{"version":3,"sources":["src/common/IDetachable.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,WAAW;IACxB,MAAM,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;CAC3B","file":"IDetachable.d.ts","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT license.\n\nexport interface IDetachable {\n    detach(): Promise<void>;\n}\n"]}