Skip to content

Welshman Docs / @welshman/app / StorageAdapter

Type Alias: StorageAdapter ​

StorageAdapter = object

Defined in: app/src/storage.ts:13

Properties ​

init() ​

init: () => Promise<void>

Defined in: app/src/storage.ts:15

Returns ​

Promise<void>


keyPath ​

keyPath: string

Defined in: app/src/storage.ts:14


sync() ​

sync: () => Unsubscriber

Defined in: app/src/storage.ts:16

Returns ​

Unsubscriber