mirror of
https://github.com/datahub-project/datahub.git
synced 2026-01-20 05:45:31 +00:00
6 lines
158 B
TypeScript
6 lines
158 B
TypeScript
/**
|
|
* Base for all actor/user urns. A person's username is appended to this base
|
|
* @type {string}
|
|
*/
|
|
export const actorUrnBasePrefix = 'urn:li:corpuser:';
|