export class JobCompetencyInterface extends Array{ Id: number; Name: string; JobRoleId: string; Description: string; CreatedDate: string; CreatedBy: string; UreatedDate: string; UreatedBy: string; IsActive: boolean; }