DisBot
    Preparing search index...

    Type Alias TempVoicesUncheckedUpdateManyInput

    type TempVoicesUncheckedUpdateManyInput = {
        GuildId?: StringFieldUpdateOperationsInput | string;
        Id?: IntFieldUpdateOperationsInput | number;
        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