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 9067a53 commit b1f8082Copy full SHA for b1f8082
types/InvocationContext.d.ts
@@ -129,7 +129,7 @@ export interface InvocationContextExtraInputs {
129
*/
130
get(input: SqlInput): unknown;
131
132
- /**
+ /**
133
* Get a secondary MySql items input for this invocation
134
* @input the configuration object for this MySql input
135
@@ -223,7 +223,7 @@ export interface InvocationContextExtraOutputs {
223
224
set(output: EventGridOutput, events: EventGridPartialEvent | EventGridPartialEvent[]): void;
225
226
227
* Set a secondary MySql items output for this invocation
228
* @output the configuration object for this MySql output
229
* @documents the output item(s) value
0 commit comments