SharedEntity
Defines an object used in Team Sharing. The union type is discriminated by the EntityType property (adaptableEntity / customEntity).
TypeScript
export type SharedEntity = AdaptableSharedEntity | CustomSharedEntity;Defines an object used in Team Sharing. The union type is discriminated by the EntityType property (adaptableEntity / customEntity).
export type SharedEntity = AdaptableSharedEntity | CustomSharedEntity;