✨ (stacked note) cache visited note
This commit is contained in:
6
src/modules/note/models/Note.ts
Normal file
6
src/modules/note/models/Note.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { DataType } from '@/data/DataType.enum'
|
||||
import { Model } from '@/data/models/Model'
|
||||
|
||||
export interface Note extends Model<DataType.Note> {
|
||||
content: string
|
||||
}
|
||||
Reference in New Issue
Block a user