We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d5b9c commit f72d2e4Copy full SHA for f72d2e4
1 file changed
src/lib/layout/api-endpoint.ts
@@ -7,13 +7,13 @@ import type {
7
SeamAuthMethod,
8
SeamWorkspaceScope,
9
} from '@seamapi/blueprint'
10
+import { capitalCase } from 'change-case'
11
12
import {
13
type ApiRouteResource,
14
mapBlueprintPropertyToRouteProperty,
15
normalizePropertyFormatForDocs,
16
} from './api-route.js'
-import { capitalCase } from 'change-case'
17
18
const supportedSdks: SdkName[] = [
19
'javascript',
0 commit comments