DisBot
    Preparing search index...

    Type Alias LevelSettingsUpsertWithoutLevelRolesInput

    type LevelSettingsUpsertWithoutLevelRolesInput = {
        create: XOR<
            LevelSettingsCreateWithoutLevelRolesInput,
            LevelSettingsUncheckedCreateWithoutLevelRolesInput,
        >;
        update: XOR<
            LevelSettingsUpdateWithoutLevelRolesInput,
            LevelSettingsUncheckedUpdateWithoutLevelRolesInput,
        >;
        where?: LevelSettingsWhereInput;
    }
    Index

    Properties

    Properties