sync with local storage
This commit is contained in:
13
src/types.d.ts
vendored
13
src/types.d.ts
vendored
@@ -23,5 +23,18 @@ declare global {
|
||||
domElement?: HTMLElement
|
||||
show: boolean
|
||||
}
|
||||
|
||||
interface NoteRelations {
|
||||
id: string
|
||||
to: string[]
|
||||
from: string[]
|
||||
}
|
||||
|
||||
interface NotesRelations {
|
||||
[noteId: string]: {
|
||||
to: string[]
|
||||
from: string[]
|
||||
}
|
||||
}
|
||||
}
|
||||
export {}
|
||||
|
||||
Reference in New Issue
Block a user