1class DocContext { 2 constructor( 3 public readonly selection: string, 4 public readonly wholeRange: string, 5+ public response?: any 6 ) { } 7} 8 9