mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-06 20:43:13 +08:00
Bookmarks view with grid + redux actions
This commit is contained in:
7
client/src/interfaces/Bookmark.ts
Normal file
7
client/src/interfaces/Bookmark.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Model } from '.';
|
||||
|
||||
export interface Bookmark extends Model {
|
||||
name: string;
|
||||
url: string;
|
||||
categoryId: number;
|
||||
}
|
||||
Reference in New Issue
Block a user