export interface GrcmDataFormChange {
    field: string;
    newValue: any;
}
