DisBot
    Preparing search index...

    Type Alias GuildsCreateNestedOneWithoutAutoAutoDeletesInput

    type GuildsCreateNestedOneWithoutAutoAutoDeletesInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutAutoAutoDeletesInput;
        create?: XOR<
            GuildsCreateWithoutAutoAutoDeletesInput,
            GuildsUncheckedCreateWithoutAutoAutoDeletesInput,
        >;
    }
    Index

    Properties