mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-07 04:53:12 +08:00
Sorting settings. Sort apps on change/add/update
This commit is contained in:
@@ -3,6 +3,7 @@ import { Model, Bookmark } from '.';
|
||||
export interface Category extends Model {
|
||||
name: string;
|
||||
isPinned: boolean;
|
||||
orderId: number;
|
||||
bookmarks: Bookmark[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user