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