mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-10 06:23:11 +08:00
Rewritten some parts of redux store to use typescript interfaces
This commit is contained in:
@@ -5,4 +5,9 @@ export interface App {
|
||||
icon: string;
|
||||
createdAt: Date;
|
||||
updatedAt: Date;
|
||||
}
|
||||
|
||||
export interface AppResponse {
|
||||
success: boolean;
|
||||
data: App[]
|
||||
}
|
||||
Reference in New Issue
Block a user