export interface FormDataInterface {
    ajax?: boolean;
    noBtn?: boolean;
    submitCallback?: () => any;
    submitOnEnter?: boolean;
}
