TemporaryDataDTO interface
A data transfer object that stores the metadata associated with the temporary data.
expiration |
Temporary data expire in seconds |
origin | Temporary data origin |
value | Temporary data. |
Temporary data expire in seconds
expirationSeconds: number
Property Value
number
Temporary data origin
origin: string
Property Value
string
Temporary data.
value: any
Property Value
any