RenaiApp/src/shared/entity-api/serialized/transformation.d.ts

8 lines
141 B
TypeScript

interface TransformationSerializedInterface extends TransformationInterface {
byWork: number;
type: number;
ofWork: number | null;
}