Type Alias EntityDoc

EntityDoc: LoroDoc<
    Record<string, Container> & {
        ___leaf_components___: LoroMap<Record<string, true | undefined>>;
    },
>

The type of the Loro doc for Entitys.