UNPKG

juapp-freelancer-service-client

Version:
13 lines (11 loc) 250 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type ErrorResponse = { errors?: Array<{ value?: string, msg?: string, param?: string, location?: 'body' | 'header' | 'params', }>; }