diff --git a/packages/backend-openapi-utils/src/types/express.ts b/packages/backend-openapi-utils/src/types/express.ts index 7f553f8217..b0020dab37 100644 --- a/packages/backend-openapi-utils/src/types/express.ts +++ b/packages/backend-openapi-utils/src/types/express.ts @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -import core from 'express-serve-static-core'; +import type core from 'express-serve-static-core'; import { DocPathTemplate, MethodAwareDocPath, RequiredDoc } from './common'; import { PathSchema, QuerySchema } from './params'; import { RequestBodyToJsonSchema } from './requests';