Skip to content

ScriptContextStorage ​

Properties ​

get() ​

get: (key: string) => Promise<unknown>

Parameters ​

• key: string

Returns ​

Promise<unknown>


set() ​

set: (key: string, value: unknown) => Promise<void>

Parameters ​

• key: string

• value: unknown

Returns ​

Promise<void>