We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 948238b commit 4e16cbdCopy full SHA for 4e16cbd
1 file changed
src/Api.ts
@@ -721,22 +721,6 @@ function batchApiFactory(api: Api): IBatchApi {
721
}
722
723
724
-//
725
-// export type IBatchApi = Pick<Api,
726
-// 'copy' |
727
-// 'count' |
728
-// 'create' |
729
-// 'edit' |
730
-// 'editMultiple' |
731
-// 'execute' |
732
-// 'get' |
733
-// 'metadata' |
734
-// 'namedQuery' |
735
-// 'remove' |
736
-// 'report' |
737
-// 'request' |
738
-// 'search'
739
-// >
740
741
export type TSuccessHandler<T = any> = (response: any) => Promise<T>
742
export type TFailureHandler = (err: any) => never
0 commit comments