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 7adb490 commit de0fc61Copy full SHA for de0fc61
packages/mdx/src/types/index.ts
@@ -1,5 +1,5 @@
1
import type { SerializeOptions, SerializeResult } from 'next-mdx-remote-client/serialize';
2
3
-type SerializeSuccess = Omit<SerializeResult, 'error'>;
+type SerializeSuccess = SerializeResult & { compiledSource: string };
4
5
export type { SerializeOptions, SerializeResult, SerializeSuccess };
0 commit comments