getMatchDetail
Interface: getMatchDetail
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/codeutils.ts:56
Code Utils SDK Function Types Types for the cbcodeutils module functions
Extends
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
error? | string | BaseCodeUtilsSDKResponse.error | common/types/src/codeboltjstypes/libFunctionTypes/codeutils.ts:10 |
matcher? | { description: string; examples?: string[]; language: string; name: string; pattern: string; } | - | common/types/src/codeboltjstypes/libFunctionTypes/codeutils.ts:57 |
matcher.description | string | - | common/types/src/codeboltjstypes/libFunctionTypes/codeutils.ts:59 |
matcher.examples? | string[] | - | common/types/src/codeboltjstypes/libFunctionTypes/codeutils.ts:62 |
matcher.language | string | - | common/types/src/codeboltjstypes/libFunctionTypes/codeutils.ts:60 |
matcher.name | string | - | common/types/src/codeboltjstypes/libFunctionTypes/codeutils.ts:58 |
matcher.pattern | string | - | common/types/src/codeboltjstypes/libFunctionTypes/codeutils.ts:61 |
message? | string | BaseCodeUtilsSDKResponse.message | common/types/src/codeboltjstypes/libFunctionTypes/codeutils.ts:9 |
success? | boolean | BaseCodeUtilsSDKResponse.success | common/types/src/codeboltjstypes/libFunctionTypes/codeutils.ts:8 |