e.g. ```typescript import type Template from "template.json"; type ActorData = Template["Actor"]; `

e.g.
import type Template from "template.json";

type ActorData = Template["Actor"];
Was this page helpful?