Skip to content

Commit 47b580d

Browse files
upd: type definition
1 parent 96efaf0 commit 47b580d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/dynamics-web-api.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ declare namespace DynamicsWebApi {
616616
getCollectionName(entityName: string): string;
617617
}
618618

619-
interface RequestError {
619+
interface RequestError extends Error {
620620
/**This code is not related to the http status code and is frequently empty */
621621
code?: string;
622622
/**A message describing the error */

0 commit comments

Comments
 (0)