Signature:
export interface IStorageItem
Properties
| Property | Type |
|---|---|
| expiration | number |
| key | string |
| timestamp | number |
| value | string |
IStorageItem.expiration property
Signature:
expiration: number;
IStorageItem.key property
Signature:
key: string;
IStorageItem.timestamp property
Signature:
timestamp: number;
IStorageItem.value property
Signature:
value: string;