export UserStatusOnboarding

interface UserStatusOnboarding {
    created_at?: string;
    has_documented_profile?: boolean;
    has_full_profile?: boolean;
    has_handle?: boolean;
    has_onboarded?: boolean;
    has_profile_image?: boolean;
    has_registered?: boolean;
    has_toured?: boolean;
    id?: null | string;
    is_complete?: boolean;
    short_id?: null | string;
}

Properties

created_at?: string
has_documented_profile?: boolean
has_full_profile?: boolean
has_handle?: boolean
has_onboarded?: boolean
has_profile_image?: boolean
has_registered?: boolean
has_toured?: boolean
id?: null | string
is_complete?: boolean
short_id?: null | string