We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf99186 commit 0b91880Copy full SHA for 0b91880
specification/_types/Base.ts
@@ -17,6 +17,7 @@
17
* under the License.
18
*/
19
20
+import { FailureStoreStatus } from '@global/bulk/types'
21
import { CommonQueryParameters } from '@spec_utils/behaviors'
22
import {
23
Id,
@@ -30,7 +31,6 @@ import { integer, long } from './Numeric'
30
31
import { Result } from './Result'
32
import { ShardStatistics } from './Stats'
33
import { DateTime } from './Time'
-import { FailureStoreStatus } from '@global/bulk/types'
34
35
export class RequestBase implements CommonQueryParameters {}
36
0 commit comments