DisBot
    Preparing search index...

    Type Alias GuildComponentManagerUncheckedUpdateWithoutGuildsInput

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

    Properties