DisBot
    Preparing search index...

    Type Alias GuildWelcomeSetupUpsertWithoutGuildsInput

    type GuildWelcomeSetupUpsertWithoutGuildsInput = {
        create: XOR<
            GuildWelcomeSetupCreateWithoutGuildsInput,
            GuildWelcomeSetupUncheckedCreateWithoutGuildsInput,
        >;
        update: XOR<
            GuildWelcomeSetupUpdateWithoutGuildsInput,
            GuildWelcomeSetupUncheckedUpdateWithoutGuildsInput,
        >;
        where?: GuildWelcomeSetupWhereInput;
    }
    Index

    Properties

    Properties