Skip to content

Commit 4e16cbd

Browse files
committed
chore: remove comment
1 parent 948238b commit 4e16cbd

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

src/Api.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -721,22 +721,6 @@ function batchApiFactory(api: Api): IBatchApi {
721721
}
722722
}
723723

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-
// >
740724

741725
export type TSuccessHandler<T = any> = (response: any) => Promise<T>
742726
export type TFailureHandler = (err: any) => never

0 commit comments

Comments
 (0)