interface Locate {
    stop: (() => void);
}

Properties

Properties

stop: (() => void)