@dypai-ai/client-sdk - v1.12.0
    Preparing search index...

    Interface RegisterData

    interface RegisterData {
        email?: string;
        password: string;
        phone?: string;
        user_data?: Record<string, any>;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    email?: string
    password: string
    phone?: string
    user_data?: Record<string, any>