export class FormTemplateInterface extends Array{ Id: number; FormName: string; FormDescription: string; RatingId: number; CoreValueDescription: string; CoreValueIds: string; JobCompetencyDescription: string; GoalDescription: string; PerformanceSummaryDescription: string; CoreValueWeightage: number; GoalWeightage: number; JobCompetencyWeightage: number; SignatureDescription: string; CreatedDate: string; CreatedBy: string; UpdatedDate: string; UpdatedBy: string; }