import { TLoop } from '../../Loop/Models'; export type TKinematicLoop = TLoop & { __brand: 'kinematic_loop'; };