export interface FormGroupDetail {
    property: string;
    constructor: new () => object;
}
