interface CodeLense {
    command: any;
    start: Point;
}

Properties

Properties

command: any
start: Point