DisBot
    Preparing search index...

    Type Alias LevelSettingsUpsertWithoutXPStreaksInput

    type LevelSettingsUpsertWithoutXPStreaksInput = {
        create: XOR<
            LevelSettingsCreateWithoutXPStreaksInput,
            LevelSettingsUncheckedCreateWithoutXPStreaksInput,
        >;
        update: XOR<
            LevelSettingsUpdateWithoutXPStreaksInput,
            LevelSettingsUncheckedUpdateWithoutXPStreaksInput,
        >;
        where?: LevelSettingsWhereInput;
    }
    Index

    Properties

    Properties