{"version":3,"sources":["src/typings/chrome/Runtime/CustomPreview.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD;;;GAGG;AACH,MAAM,CAAC,OAAO,WAAW,aAAa;IACpC;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,OAAO,EAAE,OAAO,CAAC;IAEjB;;;OAGG;IACH,iBAAiB,EAAE,cAAc,CAAC;IAElC;;;OAGG;IACH,0BAA0B,EAAE,cAAc,CAAC;IAE3C;;;OAGG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC;CACjC","file":"CustomPreview.d.ts","sourcesContent":["'use strict';\n\nimport { RemoteObjectId } from './RemoteObjectId';\n\n/**\n * @export\n * @interface CustomPreview\n */\nexport default interface CustomPreview {\n  /**\n   * @type {string}\n   * @memberof CustomPreview\n   */\n  header: string;\n\n  /**\n   * @type {boolean}\n   * @memberof CustomPreview\n   */\n  hasBody: boolean;\n\n  /**\n   * @type {RemoteObjectId}\n   * @memberof CustomPreview\n   */\n  formatterObjectId: RemoteObjectId;\n\n  /**\n   * @type {RemoteObjectId}\n   * @memberof CustomPreview\n   */\n  bindRemoteObjectFunctionId: RemoteObjectId;\n\n  /**\n   * @type {RemoteObjectId}\n   * @memberof CustomPreview\n   */\n  configObjectId?: RemoteObjectId;\n}\n"],"sourceRoot":"../../../../.."}