add semantics lookup

This commit is contained in:
amentis 2024-02-20 11:39:58 +02:00
parent d3659aad24
commit b009829d6f
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
export class DescriptionTemplateSemanticsLookup {
like: string;
constructor() {
}
}