{"expireTime":9007200821600216000,"key":"gatsby-plugin-mdx-entire-payload-c9b39cf84dfb33fa0fc7658605c7445c-","val":{"mdast":{"type":"root","children":[{"type":"paragraph","children":[{"type":"strong","children":[{"type":"text","value":"type:","position":{"start":{"line":2,"column":3,"offset":3},"end":{"line":2,"column":8,"offset":8},"indent":[]}}],"position":{"start":{"line":2,"column":1,"offset":1},"end":{"line":2,"column":10,"offset":10},"indent":[]}},{"type":"text","value":" ","position":{"start":{"line":2,"column":10,"offset":10},"end":{"line":2,"column":11,"offset":11},"indent":[]}},{"type":"inlineCode","value":"string","position":{"start":{"line":2,"column":11,"offset":11},"end":{"line":2,"column":19,"offset":19},"indent":[]}}],"position":{"start":{"line":2,"column":1,"offset":1},"end":{"line":2,"column":19,"offset":19},"indent":[]}},{"type":"paragraph","children":[{"type":"text","value":"Each category of entity requires a name so that Enty can store and locate them in state.\nIt must be unique amongst your collection of entities.","position":{"start":{"line":4,"column":1,"offset":21},"end":{"line":5,"column":55,"offset":164},"indent":[1]}}],"position":{"start":{"line":4,"column":1,"offset":21},"end":{"line":5,"column":55,"offset":164},"indent":[1]}},{"type":"export","value":"export const _frontmatter = {}","position":{"start":{"line":8,"column":1,"offset":167},"end":{"line":8,"column":31,"offset":197},"indent":[]}}],"position":{"start":{"line":1,"column":1,"offset":0},"end":{"line":8,"column":31,"offset":197}}},"scopeImports":[],"scopeIdentifiers":[],"rawMDXOutput":"/* @jsx mdx */\nimport { mdx } from '@mdx-js/react';\n/* @jsx mdx */\n\nexport const _frontmatter = {};\nconst makeShortcode = name => function MDXDefaultShortcode(props) {\n  console.warn(\"Component \" + name + \" was not imported, exported, or provided by MDXProvider as global scope\")\n  return <div {...props}/>\n};\n\nconst layoutProps = {\n  _frontmatter\n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n    <p><strong parentName=\"p\">{`type:`}</strong>{` `}<inlineCode parentName=\"p\">{`string`}</inlineCode></p>\n    <p>{`Each category of entity requires a name so that Enty can store and locate them in state.\nIt must be unique amongst your collection of entities.`}</p>\n\n    </MDXLayout>;\n}\n\n;\nMDXContent.isMDXComponent = true;"}}