timeUsed is a float

This commit is contained in:
Ulf Gebhardt 2023-03-03 22:53:05 +01:00
parent 2783a6c62e
commit 18491cc380
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -28,6 +28,6 @@ export class GdtEntryList {
@Field(() => Float)
gdtSum: number
@Field(() => Int)
@Field(() => Float)
timeUsed: number
}