SongGuess
    Preparing search index...
    type AiSearchJobInfo = {
        description?: string;
        end_reason?: string;
        ended_at?: string;
        id: string;
        last_seen_at?: string;
        source: "user" | "schedule";
        started_at?: string;
    }
    Index

    Properties

    description?: string
    end_reason?: string
    ended_at?: string
    id: string
    last_seen_at?: string
    source: "user" | "schedule"
    started_at?: string