User

interface IUser {
    uuid: string;
    name: string;
    username: string;
    created_at: string;
    updated_at: string;
    has_external_accounts: boolean;
    subscription: boolean;
    is_profile_complete: boolean;
}

Properties

uuid: string
name: string
username: string
created_at: string
updated_at: string
has_external_accounts: boolean
subscription: boolean
is_profile_complete: boolean

Generated using TypeDoc