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

    Interface SessionsListResponse

    interface SessionsListResponse {
        sessions: AuthSession[];
        total_count: number;
    }
    Index

    Properties

    sessions: AuthSession[]
    total_count: number