Skip to content

Commit

Permalink
fix(typings): add ApiErrorInfo.dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wmakeev committed Sep 6, 2023
1 parent 5b1cf87 commit ee3d723
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,13 @@ declare namespace Moysklad {
column?: number
line?: number
error_message?: string
dependencies?: {
href: string
type: string
mediaType: string
metadataHref?: string
uuidHref?: string
}[]
}

/**
Expand Down

0 comments on commit ee3d723

Please sign in to comment.