We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ccfbd3 commit 0f141bfCopy full SHA for 0f141bf
types/src/index.ts
@@ -249,7 +249,7 @@ export interface ServiceDBProp extends BasePropInterface {
249
250
export interface ServiceDB {
251
get<T extends JSONValue>(key: string): T | undefined;
252
- set(key: string, value: JSONValue): void;
+ set(key: string, value: JSONValue | undefined): void;
253
}
254
255
// https://pipedream.com/docs/code/nodejs/using-data-stores/#using-the-data-store
0 commit comments