mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 08:24:55 +00:00
- Added googleToken attribute to the user profile interface
This commit is contained in:
@ -13,10 +13,11 @@ export interface User {
|
||||
birthday?: Date;
|
||||
parentId?: string;
|
||||
contact?: string;
|
||||
email: string
|
||||
password: string
|
||||
familyId?: string
|
||||
uid?: string
|
||||
email: string;
|
||||
password: string;
|
||||
familyId?: string;
|
||||
uid?: string;
|
||||
googleToken?: string;
|
||||
}
|
||||
|
||||
export interface ParentProfile extends UserProfile {
|
||||
|
||||
Reference in New Issue
Block a user