* fix: running tests and adding tests to CI & CD * fix: yarn.lock * fix: alert service * fix: ts-jest utils import
9 lines
213 B
TypeScript
9 lines
213 B
TypeScript
import { NoteViewController } from '@standardnotes/snjs'
|
|
|
|
import { WebApplication } from '@/UIModels/Application'
|
|
|
|
export interface NoteViewProps {
|
|
application: WebApplication
|
|
controller: NoteViewController
|
|
}
|