A fully open-source headless CMS that supports Markdown and Visual Editing
Renamed when schema types were consolidated in Feb 2023 (commit 4d1434e, "Mark SchemaField as deprecated in favor of TinaField"). The TinaFieldEnriched alias remains only for back-compat and is a structural alias for TinaField.
removal date passed
/**
* @deprecated use `TinaField` instead
*/
export type TinaFieldEnriched = TinaField;TinaField
Replace TinaFieldEnriched with TinaField in imports and type annotations.
No runtime or structural changes required — the types are identical aliases.