import InfoAttr from "./InfoAttr"; export default class TimeInfoAttr extends InfoAttr { /** The time in milliseconds the engine has searched. */ readonly timeMs: number; constructor( /** The time in milliseconds the engine has searched. */ timeMs: number); }