Преглед на файлове

1.1.1:

4IM: Anpassung Fehlende Teile und Bonusteil
tags/v1.1.1
akimmig преди 1 година
родител
ревизия
b05cf21e83
променени са 1 файла, в които са добавени 12 реда и са изтрити 0 реда
  1. +12
    -0
      server/src/event/models/Result.ts

+ 12
- 0
server/src/event/models/Result.ts Целия файл

@@ -42,6 +42,12 @@ export class ApparatusResult {
@Field(() => Boolean,{ nullable: false })
teile: boolean

@Field(() => Boolean, { nullable: true })
bonusteil?: boolean

@Field(() => Int, { nullable: true })
fehler?: number

@Field(() => Boolean,{ nullable: true })
wechsel?: boolean
}
@@ -57,6 +63,12 @@ export class IApparatusResult {
@Field(() => Boolean,{ nullable: false })
teile: boolean

@Field(() => Boolean, { nullable: true })
bonusteil?: boolean

@Field(() => Int, { nullable: true })
fehler?: number

@Field(() => Boolean,{ nullable: true })
wechsel?: boolean
}

Loading…
Отказ
Запис