DisBot
    Preparing search index...

    Type Alias LevelsCreateOrConnectWithoutLevelSettingsInput

    type LevelsCreateOrConnectWithoutLevelSettingsInput = {
        create: XOR<
            LevelsCreateWithoutLevelSettingsInput,
            LevelsUncheckedCreateWithoutLevelSettingsInput,
        >;
        where: LevelsWhereUniqueInput;
    }
    Index

    Properties

    Properties