{"version":3,"sources":["../../../packages/core/rpc/work-item-find/rpc-work-item-find-handler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAExF;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACnC,OAAO,CAAC,IAAI,EAAE,YAAY,GAAG,OAAO,CAAC,kBAAkB,CAAC,CAAC;CAC5D","file":"rpc-work-item-find-handler.d.ts","sourcesContent":["import { WorkItemFind, WorkItemFindResult } from '../../notification/work-item-request';\r\n\r\n/**\r\n * Rpc work item find sever side handler interface.\r\n */\r\nexport interface RpcWorkItemFindHandler {\r\n    handler(data: WorkItemFind): Promise<WorkItemFindResult>;\r\n}\r\n"]}