DisBot
    Preparing search index...

    Type Alias DiscordGuildAddonUpsertWithoutGuildsInput

    type DiscordGuildAddonUpsertWithoutGuildsInput = {
        create: XOR<
            DiscordGuildAddonCreateWithoutGuildsInput,
            DiscordGuildAddonUncheckedCreateWithoutGuildsInput,
        >;
        update: XOR<
            DiscordGuildAddonUpdateWithoutGuildsInput,
            DiscordGuildAddonUncheckedUpdateWithoutGuildsInput,
        >;
        where?: DiscordGuildAddonWhereInput;
    }
    Index

    Properties

    Properties