templates.ts 78 B

12345
  1. export interface Variable {
  2. name: string;
  3. type: string;
  4. current: any;
  5. }