import JassAgent from './agent'; /** * type widget */ export default class JassWidget extends JassAgent { health: number; maxHealth: number; }