type BaseAggregate = {
archetype: number,
transform?: TransformContextProps,
material?: MaterialContextProps,
scissor?: ScissorContextProps,
schema?: ArchetypeSchema,
sources?: Record<string, any>,
zIndex?: number,
}
packages / workbench / src / layers / types.ts