import { IFramePinData } from './IFramePinData'; export interface IFrame { filename: string; pinData: IFramePinData[]; }