import type { MetaRecord } from "nextra"; /** * type MetaRecordValue = * | TitleSchema * | PageItemSchema * | SeparatorSchema * | MenuSchema * * type MetaRecord = Record **/ const meta: MetaRecord = { how: "How we make money", moat: "What is our moat", }; export default meta;