UNPKG

armisa-models

Version:
7 lines (6 loc) 236 B
import { AttachedData } from "./AttachedData"; export declare class AmisaAttachedDatas { currentData: AttachedData; attachedDatas: AttachedData[]; constructor(attachedDataResponse: any[], currentData: AttachedData); }