DisBot
    Preparing search index...

    Type Alias VanitysCreateNestedOneWithoutEmbedInput

    type VanitysCreateNestedOneWithoutEmbedInput = {
        connect?: VanitysWhereUniqueInput;
        connectOrCreate?: VanitysCreateOrConnectWithoutEmbedInput;
        create?: XOR<
            VanitysCreateWithoutEmbedInput,
            VanitysUncheckedCreateWithoutEmbedInput,
        >;
    }
    Index

    Properties