ISPO SDK
    Preparing search index...

    Interface PromptSessionListResult

    Markdown
    interface PromptSessionListResult {
        nextCursor: string | null;
        sessions: PromptSessionSummary[];
        stores: PromptStoreStatus[];
        total: number;
    }
    Index
    nextCursor: string | null
    total: number