We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c19d90 commit b635fe4Copy full SHA for b635fe4
1 file changed
src/services/integrationRuntimes/format.ts
@@ -110,12 +110,6 @@ export interface RawAzureIntegrationRuntimeUnion {
110
referenceName?: string
111
}
112
113
-// function useInterfaceToExtractData<ExpectedDataType>(
114
-// data: unknown
115
-// ): ExpectedDataType {
116
-// return data as ExpectedDataType
117
-// }
118
-
119
const formatProperties = (
120
runtimeProperties?: RawAzureIntegrationRuntimeUnion
121
): AzureIntegrationRuntimeProperties => {
0 commit comments