IStorageItem – GBG IDscan Documentation

IStorageItem

Signature:

export interface IStorageItem 

Properties

PropertyType
expirationnumber
keystring
timestampnumber
valuestring

IStorageItem.expiration property

Signature:

expiration: number;

IStorageItem.key property

Signature:

key: string;

IStorageItem.timestamp property

Signature:

timestamp: number;

IStorageItem.value property

Signature:

value: string;

Was this page helpful?