E621
    Preparing search index...

    Interface UpdateTicketOptions

    interface UpdateTicketOptions {
        "[RawBodyShape]"?: {};
        record_type?: WarningType;
        response: string;
        send_update_dmail?: boolean;
        status?: "partial" | "approved";
    }

    Hierarchy (View Summary)

    Index
    "[RawBodyShape]"?: {}
    record_type?: WarningType
    response: string
    send_update_dmail?: boolean
    status?: "partial" | "approved"