funktioniert mit actual strapi JSON layout
This commit is contained in:
parent
5453691016
commit
fe1d24a23e
3 changed files with 67 additions and 60 deletions
|
|
@ -1,6 +1,11 @@
|
|||
export interface Note {
|
||||
id: number;
|
||||
attributes: Attribute;
|
||||
}
|
||||
|
||||
export interface Attribute {
|
||||
title: string;
|
||||
content: string;
|
||||
lastOpened: string;
|
||||
|
||||
lastViewed: Date;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue