export interface CrudInsertCompiled {
    columns: string;
    values: string;
}
