DisBot
    Preparing search index...

    Type Alias GuildComponentManagerUncheckedUpdateManyInput

    type GuildComponentManagerUncheckedUpdateManyInput = {
        Buttons?: GuildComponentManagerUpdateButtonsInput | InputJsonValue[];
        GuildId?: StringFieldUpdateOperationsInput | string;
        Id?: IntFieldUpdateOperationsInput | number;
        Modals?: GuildComponentManagerUpdateModalsInput | InputJsonValue[];
        Selectmenus?:
            | GuildComponentManagerUpdateSelectmenusInput
            | InputJsonValue[];
    }
    Index

    Properties