DisBot
    Preparing search index...

    Type Alias GuildComponentManagerUncheckedCreateWithoutGuildsInput

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

    Properties

    Id?: number