export interface ErrorMsg {
    field: string;
    message?: string;
    isRequired?: boolean;
}
//# sourceMappingURL=ErrorMsg.d.ts.map