We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b273f commit 6181253Copy full SHA for 6181253
packages/next/src/server/lib/server-action-request-meta.ts
@@ -51,7 +51,7 @@ export function transformActionMetadata(
51
}
52
53
54
-type ServerActionMetadata =
+export type ServerActionMetadata =
55
| {
56
kind: 'fetch'
57
actionId: string
0 commit comments