DisBot
    Preparing search index...

    Type Alias UsersCreateOrConnectWithoutVanitysInput

    type UsersCreateOrConnectWithoutVanitysInput = {
        create: XOR<
            UsersCreateWithoutVanitysInput,
            UsersUncheckedCreateWithoutVanitysInput,
        >;
        where: UsersWhereUniqueInput;
    }
    Index

    Properties

    Properties