We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08734f7 commit 9e2179cCopy full SHA for 9e2179c
packages/schema/src/schema.ts
@@ -55,7 +55,7 @@ interface BaseMeta extends Omit<_Meta, 'content'> {
55
56
export type EntryAugmentation = undefined | Record<string, any>
57
58
-export { DataKeys, DefinedValueOrEmptyObject }
+export type { DataKeys, DefinedValueOrEmptyObject }
59
60
export type Title = string
61
export type TitleTemplate = string | null | ((title?: string) => string)
@@ -137,4 +137,4 @@ export interface Head<E extends MergeHead = SchemaAugmentations> {
137
bodyAttrs?: BodyAttributes<E['bodyAttrs']>
138
}
139
140
-export { MergeHead } from '@zhead/schema'
+export type { MergeHead } from '@zhead/schema'
0 commit comments