Type Alias: AliasJson
type AliasJson = Omit<ResolvedAlias, "target"> & object;Defined in: model/json.ts:33
Type Declaration
target
target: TypeRefJson;
type AliasJson = Omit<ResolvedAlias, "target"> & object;Defined in: model/json.ts:33
target: TypeRefJson;