DisBot
    Preparing search index...

    Type Alias UsersCreateOrConnectWithoutLevelsInput

    type UsersCreateOrConnectWithoutLevelsInput = {
        create: XOR<
            UsersCreateWithoutLevelsInput,
            UsersUncheckedCreateWithoutLevelsInput,
        >;
        where: UsersWhereUniqueInput;
    }
    Index

    Properties

    Properties