This commit is contained in:
Carl Fuchs 2023-01-25 14:42:05 +01:00
parent 2c6b511a2f
commit 7c83116df1
8 changed files with 32 additions and 9 deletions

View file

@ -4,6 +4,9 @@ export interface ISymbolModel {
/** Identifier */
id: string
/** Displayed Text */
displayedText: string
/** Type */
type: string