Skip to content

Commit 7d359d6

Browse files
committed
style: import as type
1 parent d8926c8 commit 7d359d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aProblem.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { APIGatewayProxyResultV2 } from 'aws-lambda'
22
import type { Static } from '@sinclair/typebox'
3-
import { Context, ProblemDetail } from '@hello.nrfcloud.com/proto/hello'
3+
import { Context, type ProblemDetail } from '@hello.nrfcloud.com/proto/hello'
44

55
export const aProblem = (
66
problem: Omit<Static<typeof ProblemDetail>, '@context'>,

0 commit comments

Comments
 (0)