decrypt notes
This commit is contained in:
7
src/types.d.ts
vendored
7
src/types.d.ts
vendored
@@ -12,6 +12,10 @@ declare global {
|
||||
wordCount: number
|
||||
}
|
||||
|
||||
interface BaseNotes {
|
||||
[noteId: string]: BaseNote
|
||||
}
|
||||
|
||||
interface ViewMode {
|
||||
name: string
|
||||
icon: string
|
||||
@@ -36,5 +40,8 @@ declare global {
|
||||
from: string[]
|
||||
}
|
||||
}
|
||||
|
||||
type ClientKey = string
|
||||
type EncryptionKey = string
|
||||
}
|
||||
export {}
|
||||
|
||||
Reference in New Issue
Block a user