export class GoalPlanInterface extends Array { Id: number; GoalName: string; VisibilityId: number; CategoryId: number; Metric: string; StartDate: string; DueDate: string; PercentageCompleted: number; StatusId: number; IsRelevant: boolean; IsAttainable: boolean; CreatedDate: string; CreatedBy: string; UpdatedDate: string; UpdatedBy: string; }