DisBot
    Preparing search index...

    Type Alias TempVoicesUpdateManyMutationInput

    type TempVoicesUpdateManyMutationInput = {
        JointoCreateCategory?: StringFieldUpdateOperationsInput | string;
        JointoCreateChannel?: StringFieldUpdateOperationsInput | string;
        Manage?: BoolFieldUpdateOperationsInput | boolean;
        Name?: NullableStringFieldUpdateOperationsInput | string | null;
        PresetLimit?: NullableIntFieldUpdateOperationsInput | number | null;
        UUID?: StringFieldUpdateOperationsInput | string;
    }
    Index

    Properties

    JointoCreateCategory?: StringFieldUpdateOperationsInput | string
    JointoCreateChannel?: StringFieldUpdateOperationsInput | string
    PresetLimit?: NullableIntFieldUpdateOperationsInput | number | null