import type { IAnimation } from "./IAnimation.js"; export interface IAnimatable { animation: T; }