/** * @generated SignedSource<<5b891e661330272ecf91de7fadf55ab2>> * @lightSyntaxTransform * @nogrep */ /* tslint:disable */ /* eslint-disable */ // @ts-nocheck import { ReaderInlineDataFragment } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type LexiconTree_lexicon$data = { readonly createdAt: string; readonly definitions: string; readonly description: string | null | undefined; readonly nsid: string; readonly updatedAt: string | null | undefined; readonly uri: string; readonly " $fragmentType": "LexiconTree_lexicon"; }; export type LexiconTree_lexicon$key = { readonly " $data"?: LexiconTree_lexicon$data; readonly " $fragmentSpreads": FragmentRefs<"LexiconTree_lexicon">; }; const node: ReaderInlineDataFragment = { "kind": "InlineDataFragment", "name": "LexiconTree_lexicon" }; (node as any).hash = "c8b57ca5d82011e325093b2e1055bb55"; export default node;