1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-08-01 00:45:18 +02:00
flame/client/src/interfaces/App.ts

8 lines
123 B
TypeScript
Raw Normal View History

2021-05-10 19:02:16 +02:00
export interface App {
id: number;
name: string;
url: string;
icon: string;
createdAt: Date;
updatedAt: Date;
}