export class CoreValueInterface extends Array{ id?: number; name: string; description: string; createdDate: string; createdBy: string; isActive: boolean; }