Implement #7539
This commit is contained in:
parent
2c6b511a2f
commit
7c83116df1
8 changed files with 32 additions and 9 deletions
|
@ -4,6 +4,9 @@ export interface ISymbolModel {
|
|||
/** Identifier */
|
||||
id: string
|
||||
|
||||
/** Displayed Text */
|
||||
displayedText: string
|
||||
|
||||
/** Type */
|
||||
type: string
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue