mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-03 01:45:17 +02:00
Rewritten some parts of redux store to use typescript interfaces
This commit is contained in:
parent
78acede8ab
commit
d3c5e2a5ec
10 changed files with 89 additions and 45 deletions
|
@ -5,4 +5,9 @@ export interface App {
|
|||
icon: string;
|
||||
createdAt: Date;
|
||||
updatedAt: Date;
|
||||
}
|
||||
|
||||
export interface AppResponse {
|
||||
success: boolean;
|
||||
data: App[]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue