feat(06-01): add setup_completed boolean to Profile TypeScript interface
- Added setup_completed: boolean after currency field in Profile interface
This commit is contained in:
@@ -13,6 +13,7 @@ export interface Profile {
|
|||||||
display_name: string | null
|
display_name: string | null
|
||||||
locale: string
|
locale: string
|
||||||
currency: string
|
currency: string
|
||||||
|
setup_completed: boolean
|
||||||
created_at: string
|
created_at: string
|
||||||
updated_at: string
|
updated_at: string
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user