Skip to content

Commit

Permalink
reverted org type change
Browse files Browse the repository at this point in the history
  • Loading branch information
Auz committed Sep 17, 2021
1 parent ee36de3 commit c5e3fc0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/back-end/types/organization.d.ts
Expand Up @@ -21,21 +21,13 @@ export interface Member {
role: MemberRole;
}

export interface northStarMetric {
metricIds: string[];
target?: number | number[];
resolution: string;
startDate: Date;
}

export interface OrganizationSettings {
visualEditorEnabled?: boolean;
confidenceLevel?: number;
customized?: boolean;
logoPath?: string;
primaryColor?: string;
secondaryColor?: string;
northStar?: northStarMetric;
datasources?: string[];
techsources?: string[];
pastExperimentsMinLength?: number;
Expand Down

0 comments on commit c5e3fc0

Please sign in to comment.