Skip to content

Commit af9a3f2

Browse files
changes after review
Co-authored-by: Mathieu <[email protected]>
1 parent 90045da commit af9a3f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: @xen-orchestra/rest-api/src/groups/group.controller.mts

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import { Example, Get, Path, Query, Request, Response, Route, Security, Tags } from 'tsoa'
2-
import { Request as ExRequest } from 'express'
2+
import type { Request as ExRequest } from 'express'
33
import { provide } from 'inversify-binding-decorators'
4-
import { XoGroup } from '@vates/types'
4+
import type { XoGroup } from '@vates/types'
55

6-
import { notFoundResp, unauthorizedResp, Unbrand } from '../open-api/common/response.common.mjs'
6+
import { notFoundResp, unauthorizedResp, type Unbrand } from '../open-api/common/response.common.mjs'
77
import { group, groupIds, partialGroups } from '../open-api/oa-examples/group.oa-example.mjs'
8-
import { WithHref } from '../helpers/helper.type.mjs'
8+
import type { WithHref } from '../helpers/helper.type.mjs'
99
import { XoController } from '../abstract-classes/xo-controller.mjs'
1010

1111
@Route('groups')

0 commit comments

Comments
 (0)