* Write a new value for a key to the table, overwriting any previous value.
(key: string, value: Object)
| 35 | * Write a new value for a key to the table, overwriting any previous value. |
| 36 | */ |
| 37 | write(key: string, value: Object): Promise<void>; |
| 38 | } |
| 39 | |
| 40 | /** |
no outgoing calls