Sporades SDK API
    Preparing search index...

    Type Alias ScheduleInspectionApi

    Server-only inspection available solely inside an active Privileged callback.

    type ScheduleInspectionApi = {
        get(name: string): Promise<ScheduleSummary | null>;
        list(): Promise<ScheduleSummary[]>;
    }
    Index