JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour
export interface BackendErrorMessages { [key: string]: string | string[]; } export interface BackendErrorResponse<T = BackendErrorMessages> { errors?: T; message?: string; exception?: string; action?: {label: string; action: string}; status: number; type?: string; }