import type { MetaRecord } from "nextra"; /** * type MetaRecordValue = * | TitleSchema * | PageItemSchema * | SeparatorSchema * | MenuSchema * * type MetaRecord = Record **/ const meta: MetaRecord = { humanity: "Humanity-aligned", lateral: "Lateral Thinking using Withered Technology", optimism: "Perpetual Optimism is a Force Multiplier", }; export default meta;