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

    Interface LoginCredentials

    interface LoginCredentials {
        email?: string;
        identifier?: string;
        password: string;
        phone?: string;
    }
    Index

    Properties

    email?: string
    identifier?: string
    password: string
    phone?: string