tooot/src/utils/migrations/app/v0.ts

5 lines
70 B
TypeScript

export type AppV0 = {
expoToken?: string
versionUpdate: boolean
}