src/app/tech-option.ts
TechOption interface
Properties |
animation |
animation:
|
Type : string
|
Defined in src/app/tech-option.ts:6
|
text |
text:
|
Type : string
|
Defined in src/app/tech-option.ts:7
|
export interface TechOption {
animation: string;
text: string;
}