DisBot
    Preparing search index...

    Type Alias GuildComponentManagerCreateWithoutGuildsInput

    type GuildComponentManagerCreateWithoutGuildsInput = {
        Buttons?: GuildComponentManagerCreateButtonsInput | InputJsonValue[];
        Modals?: GuildComponentManagerCreateModalsInput | InputJsonValue[];
        Selectmenus?:
            | GuildComponentManagerCreateSelectmenusInput
            | InputJsonValue[];
    }
    Index

    Properties