Explorar el Código

1.1.1:

4IM: Anpassung Fehlende Teile und Bonusteil
tags/v1.1.1
akimmig hace 1 año
padre
commit
b05cf21e83
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  1. +12
    -0
      server/src/event/models/Result.ts

+ 12
- 0
server/src/event/models/Result.ts Ver fichero

@@ -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
}

Cargando…
Cancelar
Guardar