DisBot
    Preparing search index...

    Type Alias GuildsCreateNestedOneWithoutAutoReactsInput

    type GuildsCreateNestedOneWithoutAutoReactsInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutAutoReactsInput;
        create?: XOR<
            GuildsCreateWithoutAutoReactsInput,
            GuildsUncheckedCreateWithoutAutoReactsInput,
        >;
    }
    Index

    Properties