mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-02 17:35:17 +02:00
Preparation for custom sorting
This commit is contained in:
parent
ce173f2c42
commit
8974fb3b49
7 changed files with 42 additions and 7 deletions
|
@ -5,6 +5,7 @@ export interface App extends Model {
|
|||
url: string;
|
||||
icon: string;
|
||||
isPinned: boolean;
|
||||
orderId: number;
|
||||
}
|
||||
|
||||
export interface NewApp {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue