SongGuess
    Preparing search index...
    type GatewayOptions = {
        cacheKey?: string;
        cacheTtl?: number;
        collectLog?: boolean;
        eventId?: string;
        id: string;
        metadata?: Record<string, number | string | boolean | null | bigint>;
        requestTimeoutMs?: number;
        retries?: GatewayRetries;
        skipCache?: boolean;
    }
    Index

    Properties

    cacheKey?: string
    cacheTtl?: number
    collectLog?: boolean
    eventId?: string
    id: string
    metadata?: Record<string, number | string | boolean | null | bigint>
    requestTimeoutMs?: number
    retries?: GatewayRetries
    skipCache?: boolean