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 d8926c8 commit 7d359d6Copy full SHA for 7d359d6
src/aProblem.ts
@@ -1,6 +1,6 @@
1
import type { APIGatewayProxyResultV2 } from 'aws-lambda'
2
import type { Static } from '@sinclair/typebox'
3
-import { Context, ProblemDetail } from '@hello.nrfcloud.com/proto/hello'
+import { Context, type ProblemDetail } from '@hello.nrfcloud.com/proto/hello'
4
5
export const aProblem = (
6
problem: Omit<Static<typeof ProblemDetail>, '@context'>,
0 commit comments