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
|
||||
locale: string
|
||||
currency: string
|
||||
setup_completed: boolean
|
||||
created_at: string
|
||||
updated_at: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user