Files
kanban2/src/app/models/project-info.ts
T
2017-02-21 04:29:17 +02:00

6 lines
88 B
TypeScript

export class Project {
$key?: string;
name?: string;
created_at?: string;
}