Type Alias EntityDebugDetailsBoxProps

EntityDebugDetailsBoxProps: {
    entity: Entity<Spec>;
    id: string;
    parentGroup: Node;
}