import { Err } from './Err';
export interface Errors {
    Err?: Array<Err>;
}
