(
model: SourceModel,
context: {
existing(id: string): ExistingModel | undefined;
authored(id: string): ExistingModel | undefined;
},
)
| 62 | fetchModels(): Promise<unknown>; |
| 63 | parseModels(raw: unknown): SourceModel[]; |
| 64 | translateModel( |
| 65 | model: SourceModel, |
| 66 | context: { |
| 67 | existing(id: string): ExistingModel | undefined; |
no outgoing calls
no test coverage detected