import { PIGLayerImageInterface, } from './index'; export interface PIGLayerInterface { images: PIGLayerImageInterface[]; template_id: string; }