mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-24 21:39:36 +02:00
Bookmarks Form
This commit is contained in:
parent
4e89e4c568
commit
38edb76929
5 changed files with 189 additions and 8 deletions
|
@ -4,4 +4,10 @@ export interface Bookmark extends Model {
|
|||
name: string;
|
||||
url: string;
|
||||
categoryId: number;
|
||||
}
|
||||
|
||||
export interface NewBookmark {
|
||||
name: string;
|
||||
url: string;
|
||||
categoryId: number;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue