Skip to content

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
@@ -258,7 +258,7 @@ export interface HttpRequestProp extends BasePropInterface {
258258
}
259259

260260
export interface SourcePropDefinitions {
261-
[name: string]: PropDefinitionReference | App<Methods, AppPropDefinitions> | UserProp | InterfaceProp | ServiceDBProp | HttpRequestProp;
261+
[name: string]: PropDefinitionReference | App<Methods, AppPropDefinitions> | UserProp | InterfaceProp | ServiceDBProp | HttpRequestProp | ServiceDBProp["type"];
262262
}
263263

264264
export interface ActionPropDefinitions {

0 commit comments

Comments
 (0)