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