interface ITransformable

Common interface for transformable entities Follows Interface Segregation Principle - shared transformation properties

Properties

List of transformations to apply

Usage

import { type ITransformable } from ".";