Type Alias: TypeRefJson
type TypeRefJson = Omit<ResolvedTypeRef, "resolution" | "args"> & object;Defined in: model/json.ts:28
[MODEL-JSON-SHAPE] JSON decls mirror the resolved model minus every resolution
field: strip it recursively from the type refs and reuse the resolved shapes.
Type Declaration
args
args: TypeRefJson[];