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