DisBot
    Preparing search index...

    Type Alias GuildsCreateOrConnectWithoutGiveawaysInput

    type GuildsCreateOrConnectWithoutGiveawaysInput = {
        create: XOR<
            GuildsCreateWithoutGiveawaysInput,
            GuildsUncheckedCreateWithoutGiveawaysInput,
        >;
        where: GuildsWhereUniqueInput;
    }
    Index

    Properties

    Properties