export class GoalPlanTemplateInterface extends Array{ Id: number; Name: string; Default: boolean; Active: boolean; CreatedDate: string; CreatedBy: string; DateRange: any; }