import type { IMotionReduce } from "./IMotionReduce.js"; export interface IMotion { disable: boolean; reduce: IMotionReduce; }