DisBot
    Preparing search index...

    Type Alias GuildComponentManagerUpdateManyMutationInput

    type GuildComponentManagerUpdateManyMutationInput = {
        Buttons?: GuildComponentManagerUpdateButtonsInput | InputJsonValue[];
        Modals?: GuildComponentManagerUpdateModalsInput | InputJsonValue[];
        Selectmenus?:
            | GuildComponentManagerUpdateSelectmenusInput
            | InputJsonValue[];
    }
    Index

    Properties