SongGuess
    Preparing search index...
    type AiGatewayPatchLog = {
        feedback?: -1 | 1 | null;
        metadata?: Record<string, number | string | boolean | null | bigint> | null;
        score?: number | null;
    }
    Index

    Properties

    feedback?: -1 | 1 | null
    metadata?: Record<string, number | string | boolean | null | bigint> | null
    score?: number | null