Type Alias Archetype

Archetype: {
    children?: Archetype[];
    components: (ArchetypeComponent | Component)[];
    enabled?: boolean;
}

This type represents an Entity Archetype