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

    Interface SessionResponse

    Respuesta de getSession

    interface SessionResponse {
        data: { session: Session | null };
        error: Error | null;
    }
    Index

    Properties

    Properties

    data: { session: Session | null }
    error: Error | null