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 3aea15a commit 4b3aef5Copy full SHA for 4b3aef5
types/src/index.ts
@@ -258,7 +258,7 @@ export interface HttpRequestProp extends BasePropInterface {
258
}
259
260
export interface SourcePropDefinitions {
261
- [name: string]: PropDefinitionReference | App<Methods, AppPropDefinitions> | UserProp | InterfaceProp | ServiceDBProp | HttpRequestProp;
+ [name: string]: PropDefinitionReference | App<Methods, AppPropDefinitions> | UserProp | InterfaceProp | ServiceDBProp | HttpRequestProp | ServiceDBProp["type"];
262
263
264
export interface ActionPropDefinitions {
0 commit comments