remove metricsAPIURL property

This commit is contained in:
argirok 2022-06-08 14:56:47 +03:00
parent 82dbd33f43
commit d79a959576
1 changed files with 1 additions and 1 deletions

View File

@ -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 {