interface RenameLocation {
    range: Range;
    text: string;
}

Properties

Properties

range: Range
text: string