Endpoint: Uri | {
    file: Uri;
    line?: number;
}

Represents one endpoint of a Connection. Can be a path to the file or an object containing a path and an optional line number.

Generated using TypeDoc