DisBot
    Preparing search index...

    Type Alias GiveawaysUpsertWithWhereUniqueWithoutGuildsInput

    type GiveawaysUpsertWithWhereUniqueWithoutGuildsInput = {
        create: XOR<
            GiveawaysCreateWithoutGuildsInput,
            GiveawaysUncheckedCreateWithoutGuildsInput,
        >;
        update: XOR<
            GiveawaysUpdateWithoutGuildsInput,
            GiveawaysUncheckedUpdateWithoutGuildsInput,
        >;
        where: GiveawaysWhereUniqueInput;
    }
    Index

    Properties

    Properties