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 fcc34e6 commit 764cf25Copy full SHA for 764cf25
specification/security/bulk_put_role/SecurityBulkPutRoleResponse.ts
@@ -17,7 +17,7 @@
17
* under the License.
18
*/
19
20
-import {BulkError} from "@security/bulk_put_role/types";
+import { BulkError } from '@security/bulk_put_role/types'
21
22
export class Response {
23
body: {
specification/security/bulk_put_role/types.ts
@@ -17,9 +17,9 @@
-import {integer} from "@_types/Numeric";
-import {Dictionary} from "@spec_utils/Dictionary";
-import {ErrorCause} from "@_types/Errors";
+import { integer } from '@_types/Numeric'
+import { Dictionary } from '@spec_utils/Dictionary'
+import { ErrorCause } from '@_types/Errors'
24
export class BulkError {
25
/**
0 commit comments