DisBot
    Preparing search index...

    Type Alias LevelSettingsUpsertWithoutXPDropsInput

    type LevelSettingsUpsertWithoutXPDropsInput = {
        create: XOR<
            LevelSettingsCreateWithoutXPDropsInput,
            LevelSettingsUncheckedCreateWithoutXPDropsInput,
        >;
        update: XOR<
            LevelSettingsUpdateWithoutXPDropsInput,
            LevelSettingsUncheckedUpdateWithoutXPDropsInput,
        >;
        where?: LevelSettingsWhereInput;
    }
    Index

    Properties

    Properties