Skip to content

Commit f7be862

Browse files
committed
fix(ts) Make ModelManager.getType call public in TypeScript
Signed-off-by: jeromesimeon <[email protected]>
1 parent 278b975 commit f7be862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/concerto-core/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ declare module '@accordproject/concerto-core' {
309309
getModelFile(namespace: string): ModelFile | null;
310310
private getModelFileByFileName(fileName: string): ModelFile | null;
311311
getNamespaces(): string[];
312-
private getType(qualifiedName: string): ClassDeclaration;
312+
getType(qualifiedName: string): ClassDeclaration;
313313
getSystemTypes(): ClassDeclaration[];
314314
getAssetDeclarations(): AssetDeclaration[];
315315
getTransactionDeclarations(): TransactionDeclaration[];

0 commit comments

Comments
 (0)