DisBot
    Preparing search index...

    Type Alias GuildsUpsertWithoutGiveawaysInput

    type GuildsUpsertWithoutGiveawaysInput = {
        create: XOR<
            GuildsCreateWithoutGiveawaysInput,
            GuildsUncheckedCreateWithoutGiveawaysInput,
        >;
        update: XOR<
            GuildsUpdateWithoutGiveawaysInput,
            GuildsUncheckedUpdateWithoutGiveawaysInput,
        >;
        where?: GuildsWhereInput;
    }
    Index

    Properties

    Properties