import { FormGroup } from "@angular/forms";
export interface ResponseGrcmForm {
    form: FormGroup<any>;
    submitter: string | null;
}
