DisBot
    Preparing search index...

    Type Alias LevelsCreateOrConnectWithoutUsersInput

    type LevelsCreateOrConnectWithoutUsersInput = {
        create: XOR<
            LevelsCreateWithoutUsersInput,
            LevelsUncheckedCreateWithoutUsersInput,
        >;
        where: LevelsWhereUniqueInput;
    }
    Index

    Properties

    Properties