import { DaffPersistenceService } from '@daffodil/core'
interface DaffPersistenceService {
setItem(
key: string
value: any
): void
getItem(key: string): any
clear(): void
removeItem(key: string): void
}
void| Parameter | key: string |
|---|---|
| Description |
| Parameter | value: any |
|---|---|
| Description |
any| Parameter | key: string |
|---|---|
| Description |
voidvoid| Parameter | key: string |
|---|---|
| Description |