/** * Account/org/project hierarchy of a Harness entity. */ export interface ScopeInfo { account_identifier?: string; org_identifier?: string; project_identifier?: string; }