src/app/shared/interface/IWordMatch.ts
Properties |
| category |
category:
|
Type : string
|
|
Defined in src/app/shared/interface/IWordMatch.ts:3
|
| initialValue |
initialValue:
|
Type : string
|
|
Defined in src/app/shared/interface/IWordMatch.ts:4
|
| value |
value:
|
Type : string
|
|
Defined in src/app/shared/interface/IWordMatch.ts:2
|
export interface IWordMatch {
value: string,
category: string,
initialValue: string
}