export type MetaProps = { meta?: Record; updateMeta?: (key: string, value: any) => void; };