Skip to content

Commit 0f141bf

Browse files
authored
Update types/src/index.ts
1 parent 7ccfbd3 commit 0f141bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ export interface ServiceDBProp extends BasePropInterface {
249249

250250
export interface ServiceDB {
251251
get<T extends JSONValue>(key: string): T | undefined;
252-
set(key: string, value: JSONValue): void;
252+
set(key: string, value: JSONValue | undefined): void;
253253
}
254254

255255
// https://pipedream.com/docs/code/nodejs/using-data-stores/#using-the-data-store

0 commit comments

Comments
 (0)