mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
5 lines
81 B
TypeScript
5 lines
81 B
TypeScript
export abstract class BaseModel {
|
|
createdAt?: Date;
|
|
modifiedAt?: Date;
|
|
}
|