export default interface IFrameMeta { id: number; tabId: number; parentFrameId: number; securityOrigin: string; url: string; name: string; }