remove metricsAPIURL property
This commit is contained in:
parent
82dbd33f43
commit
d79a959576
|
@ -11,7 +11,7 @@ export type StakeholderType = 'funder' | 'ri' | 'project' | 'organization';
|
|||
export type IndicatorType = 'number' | 'chart';
|
||||
export type IndicatorSize = 'small' | 'medium' | 'large';
|
||||
export type IndicatorPathType = 'table' | 'bar' | 'column' | 'pie' | 'line' | 'other';
|
||||
export type SourceType = 'statistics' | 'search' | 'metrics' | 'stats-tool' | 'old' | 'image';
|
||||
export type SourceType = 'statistics' | 'search' |'stats-tool' | 'old' | 'image';
|
||||
export type Visibility = 'PUBLIC' | 'PRIVATE' | 'RESTRICTED';
|
||||
|
||||
export class Stakeholder {
|
||||
|
|
Loading…
Reference in New Issue