DisBot
    Preparing search index...

    Type Alias GiveawaysCreateOrConnectWithoutGuildsInput

    type GiveawaysCreateOrConnectWithoutGuildsInput = {
        create: XOR<
            GiveawaysCreateWithoutGuildsInput,
            GiveawaysUncheckedCreateWithoutGuildsInput,
        >;
        where: GiveawaysWhereUniqueInput;
    }
    Index

    Properties

    Properties