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