{"version":3,"sources":["src/typings/chrome/Runtime/EntryPreview.ts"],"names":[],"mappings":"AAEA,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAE5C;;;GAGG;AACH,MAAM,CAAC,OAAO,WAAW,YAAY;IACnC;;;;;OAKG;IACH,GAAG,CAAC,EAAE,aAAa,CAAC;IAEpB;;;;;OAKG;IACH,KAAK,EAAE,aAAa,CAAC;CACtB","file":"EntryPreview.d.ts","sourcesContent":["'use strict';\n\nimport ObjectPreview from './ObjectPreview';\n\n/**\n * @export\n * @interface EntryPreview\n */\nexport default interface EntryPreview {\n  /**\n   * Preview of the key. Specified for map-like collection entries.\n   *\n   * @type {ObjectPreview}\n   * @memberof EntryPreview\n   */\n  key?: ObjectPreview;\n\n  /**\n   * Preview of the value.\n   *\n   * @type {ObjectPreview}\n   * @memberof EntryPreview\n   */\n  value: ObjectPreview;\n}\n"],"sourceRoot":"../../../../.."}