export function formError( field: string, opts?: Partial> ) { return { field, message: "Generic form error", ...opts }; }