import type { MetaRecord } from "nextra"; /** * type MetaRecordValue = * | TitleSchema * | PageItemSchema * | SeparatorSchema * | MenuSchema * * type MetaRecord = Record **/ const meta: MetaRecord = { bonus: "Bonus", esop: "ESOP", } export default meta;