UNPKG

@calf/serializable

Version:

Serializable module of Calf framework.

8 lines (7 loc) 125 B
/** * Identified class * @description Contains object identifier */ export interface Identified { _id?: any; }