DisBot
    Preparing search index...

    Type Alias GuildsCreateNestedOneWithoutGiveawaysInput

    type GuildsCreateNestedOneWithoutGiveawaysInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutGiveawaysInput;
        create?: XOR<
            GuildsCreateWithoutGiveawaysInput,
            GuildsUncheckedCreateWithoutGiveawaysInput,
        >;
    }
    Index

    Properties