Common interface for transformable entities Follows Interface Segregation Principle - shared transformation properties
optional
transformations: TransformationType[]
List of transformations to apply
Common interface for transformable entities Follows Interface Segregation Principle - shared transformation properties
transformations: TransformationType[]
List of transformations to apply
import { type ITransformable } from ".";