export interface InsertModel {
    model: string;
    instances: {
        [key: string]: any;
    }[];
}
