DisBot
    Preparing search index...

    Type Alias GuildWelcomeSetupUpsertWithoutImageDataInput

    type GuildWelcomeSetupUpsertWithoutImageDataInput = {
        create: XOR<
            GuildWelcomeSetupCreateWithoutImageDataInput,
            GuildWelcomeSetupUncheckedCreateWithoutImageDataInput,
        >;
        update: XOR<
            GuildWelcomeSetupUpdateWithoutImageDataInput,
            GuildWelcomeSetupUncheckedUpdateWithoutImageDataInput,
        >;
        where?: GuildWelcomeSetupWhereInput;
    }
    Index

    Properties

    Properties