refactor: improve device interface types (#996)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { DeviceInterface, RawKeychainValue } from '@standardnotes/snjs'
|
||||
|
||||
export interface WebOrDesktopDeviceInterface extends DeviceInterface {
|
||||
readonly appVersion: string
|
||||
|
||||
getKeychainValue(): Promise<RawKeychainValue>
|
||||
|
||||
setKeychainValue(value: RawKeychainValue): Promise<void>
|
||||
}
|
||||
Reference in New Issue
Block a user