DisBot
    Preparing search index...

    Type Alias VanitysCreateOrConnectWithoutUsersInput

    type VanitysCreateOrConnectWithoutUsersInput = {
        create: XOR<
            VanitysCreateWithoutUsersInput,
            VanitysUncheckedCreateWithoutUsersInput,
        >;
        where: VanitysWhereUniqueInput;
    }
    Index

    Properties

    Properties