DisBot
    Preparing search index...

    Type Alias LevelSettingsUpsertWithoutLevelsInput

    type LevelSettingsUpsertWithoutLevelsInput = {
        create: XOR<
            LevelSettingsCreateWithoutLevelsInput,
            LevelSettingsUncheckedCreateWithoutLevelsInput,
        >;
        update: XOR<
            LevelSettingsUpdateWithoutLevelsInput,
            LevelSettingsUncheckedUpdateWithoutLevelsInput,
        >;
        where?: LevelSettingsWhereInput;
    }
    Index

    Properties

    Properties