backend-*-api: remove unused express dependencies

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-11-23 00:59:54 +01:00
parent 2c0c7ce888
commit eef3ef1785
8 changed files with 12 additions and 12 deletions
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import { Request, Response } from 'express';
import type { Request, Response } from 'express';
import { BackstageCredentials, BackstagePrincipalTypes } from './AuthService';
/**
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import { Handler } from 'express';
import type { Handler } from 'express';
/**
* Options for {@link HttpRouterService.addAuthPolicy}.
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import { Handler } from 'express';
import type { Handler } from 'express';
/**
* HTTP route registration for root services.