DisBot
    Preparing search index...

    Type Alias PollsUncheckedUpdateManyWithoutGuildsInput

    type PollsUncheckedUpdateManyWithoutGuildsInput = {
        ChannelId?: NullableStringFieldUpdateOperationsInput | string | null;
        CreatedAt?: DateTimeFieldUpdateOperationsInput | Date | string;
        Entrys?: PollsUpdateEntrysInput | string[];
        Id?: IntFieldUpdateOperationsInput | number;
        MessageId?: NullableStringFieldUpdateOperationsInput | string | null;
        MessageTemplateId?: StringFieldUpdateOperationsInput | string;
        MultiAnswers?: IntFieldUpdateOperationsInput | number;
        Requirements?: PollsUpdateRequirementsInput | string[];
        Time?: NullableIntFieldUpdateOperationsInput | number | null;
        Type?: IntFieldUpdateOperationsInput | number;
        UUID?: StringFieldUpdateOperationsInput | string;
    }
    Index

    Properties

    ChannelId?: NullableStringFieldUpdateOperationsInput | string | null
    CreatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
    Entrys?: PollsUpdateEntrysInput | string[]
    MessageId?: NullableStringFieldUpdateOperationsInput | string | null
    MessageTemplateId?: StringFieldUpdateOperationsInput | string
    MultiAnswers?: IntFieldUpdateOperationsInput | number
    Requirements?: PollsUpdateRequirementsInput | string[]