SongGuess
    Preparing search index...

    Type Alias ResponseOutputRefusal

    type ResponseOutputRefusal = {
        refusal: string;
        type: "refusal";
    }
    Index

    Properties

    Properties

    refusal: string
    type: "refusal"