mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-09 22:13:12 +08:00
Apps actions and reducer
This commit is contained in:
8
client/src/interfaces/App.ts
Normal file
8
client/src/interfaces/App.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface App {
|
||||
id: number;
|
||||
name: string;
|
||||
url: string;
|
||||
icon: string;
|
||||
createdAt: Date;
|
||||
updatedAt: Date;
|
||||
}
|
||||
Reference in New Issue
Block a user