DisBot
    Preparing search index...

    Type Alias LevelsUpsertWithWhereUniqueWithoutLevelSettingsInput

    type LevelsUpsertWithWhereUniqueWithoutLevelSettingsInput = {
        create: XOR<
            LevelsCreateWithoutLevelSettingsInput,
            LevelsUncheckedCreateWithoutLevelSettingsInput,
        >;
        update: XOR<
            LevelsUpdateWithoutLevelSettingsInput,
            LevelsUncheckedUpdateWithoutLevelSettingsInput,
        >;
        where: LevelsWhereUniqueInput;
    }
    Index

    Properties

    Properties