@ptkl/sdk - v0.9.9
    Preparing search index...

    Interface UserModel

    interface UserModel {
        credits: number;
        custom_fields: unknown[];
        email: string;
        expires_at: null | string;
        login_at: string;
        name: string;
        ref: string;
        settings: {
            billing_address: null | string;
            CreatedAt: string;
            DeletedAt: null | string;
            timezone: string;
            two_auth: boolean;
            UpdatedAt: string;
            user_uuid: string;
            uuid: string;
        };
        uuid: string;
    }
    Index

    Properties

    credits: number
    custom_fields: unknown[]
    email: string
    expires_at: null | string
    login_at: string
    name: string
    ref: string
    settings: {
        billing_address: null | string;
        CreatedAt: string;
        DeletedAt: null | string;
        timezone: string;
        two_auth: boolean;
        UpdatedAt: string;
        user_uuid: string;
        uuid: string;
    }
    uuid: string