Highly ambitious ATProtocol AppView service and sdks
1/**
2 * @generated SignedSource<<5b891e661330272ecf91de7fadf55ab2>>
3 * @lightSyntaxTransform
4 * @nogrep
5 */
6
7/* tslint:disable */
8/* eslint-disable */
9// @ts-nocheck
10
11import { ReaderInlineDataFragment } from 'relay-runtime';
12import { FragmentRefs } from "relay-runtime";
13export type LexiconTree_lexicon$data = {
14 readonly createdAt: string;
15 readonly definitions: string;
16 readonly description: string | null | undefined;
17 readonly nsid: string;
18 readonly updatedAt: string | null | undefined;
19 readonly uri: string;
20 readonly " $fragmentType": "LexiconTree_lexicon";
21};
22export type LexiconTree_lexicon$key = {
23 readonly " $data"?: LexiconTree_lexicon$data;
24 readonly " $fragmentSpreads": FragmentRefs<"LexiconTree_lexicon">;
25};
26
27const node: ReaderInlineDataFragment = {
28 "kind": "InlineDataFragment",
29 "name": "LexiconTree_lexicon"
30};
31
32(node as any).hash = "c8b57ca5d82011e325093b2e1055bb55";
33
34export default node;