mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-04 19:20:05 +00:00
fix: ErrorBody interface made public
This commit is contained in:
@@ -21,8 +21,8 @@ export class ErrorResponse {
|
||||
}
|
||||
}
|
||||
|
||||
interface ErrorBody {
|
||||
export interface ErrorBody {
|
||||
message: string
|
||||
details: string
|
||||
details: any
|
||||
raw: any
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user