DisBot
    Preparing search index...

    Type Alias LevelRolesUpsertWithWhereUniqueWithoutLevelSettingsInput

    type LevelRolesUpsertWithWhereUniqueWithoutLevelSettingsInput = {
        create: XOR<
            LevelRolesCreateWithoutLevelSettingsInput,
            LevelRolesUncheckedCreateWithoutLevelSettingsInput,
        >;
        update: XOR<
            LevelRolesUpdateWithoutLevelSettingsInput,
            LevelRolesUncheckedUpdateWithoutLevelSettingsInput,
        >;
        where: LevelRolesWhereUniqueInput;
    }
    Index

    Properties

    Properties