E621
    Preparing search index...

    Interface UpdateTicketOptions

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

    Hierarchy (View Summary)

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