mirror of
https://github.com/farcasclaudiu/kanban2.git
synced 2026-06-22 07:01:37 +03:00
6 lines
88 B
TypeScript
6 lines
88 B
TypeScript
export class Project {
|
|
$key?: string;
|
|
name?: string;
|
|
created_at?: string;
|
|
}
|