Go through each screen in Mapeo, and document what API info is being used. Document the data as a typescript type. Document the data in this notion page
Format:
Screen Name
Screen shot of screen
Data types
Example:
Screen Name: About Mapeo
Screen Shot:
Data Types:
type AppData = {
version:number,
build:number,
variant: string,
androidVersion: number | string,
buildNumber?: string
}
Go through each screen in Mapeo, and document what API info is being used. Document the data as a typescript type. Document the data in this notion page
Format:
Screen Name Screen shot of screen Data types
Example: