I have the following base class:
export default class BaseModel{ Id:string; CreatedDate:Date; }
With following child class:
im