rulvar API reference / @rulvar/rulvar / TranscriptSerializationHook
Interface: TranscriptSerializationHook
Defined in: packages/core/dist/index.d.ts
Methods
fromStored()
ts
fromStored(ref, blob): Bytes;Defined in: packages/core/dist/index.d.ts
Applied at get; MUST be symmetric with toStored.
Parameters
| Parameter | Type |
|---|---|
ref | string |
blob | Bytes |
Returns
toStored()
ts
toStored(ref, blob): Bytes;Defined in: packages/core/dist/index.d.ts
Applied at put.
Parameters
| Parameter | Type |
|---|---|
ref | string |
blob | Bytes |