export interface IFrameProperties { contentType: string; url: string; html: { content: string; }; style: { css: string; }; script: { code: string; }; }