Hiyve Components - v1.0.0
    Preparing search index...
    interface UserProfile {
        active: boolean;
        brandOrgId: string;
        created?: string;
        createdAt?: string;
        email: string;
        id: string;
        metadata?: Record<string, unknown>;
        name: string;
        onboardingCompleted?: boolean;
        organization?: string;
        phone?: string;
        picture?: string;
        roles?: string[];
        updatedAt?: string;
    }
    Index

    Properties

    active: boolean
    brandOrgId: string
    created?: string
    createdAt?: string
    email: string
    id: string
    metadata?: Record<string, unknown>
    name: string
    onboardingCompleted?: boolean
    organization?: string
    phone?: string
    picture?: string
    roles?: string[]
    updatedAt?: string