interface GoogleAISafetySetting {
    category: string;
    method: string;
    threshold: string;
}

Properties

category: string
method: string
threshold: string