We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278b975 commit f7be862Copy full SHA for f7be862
packages/concerto-core/types/index.d.ts
@@ -309,7 +309,7 @@ declare module '@accordproject/concerto-core' {
309
getModelFile(namespace: string): ModelFile | null;
310
private getModelFileByFileName(fileName: string): ModelFile | null;
311
getNamespaces(): string[];
312
- private getType(qualifiedName: string): ClassDeclaration;
+ getType(qualifiedName: string): ClassDeclaration;
313
getSystemTypes(): ClassDeclaration[];
314
getAssetDeclarations(): AssetDeclaration[];
315
getTransactionDeclarations(): TransactionDeclaration[];
0 commit comments