internal type fixes

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-12-19 22:01:33 +01:00
parent 189e96695f
commit b664b2ae09
9 changed files with 23 additions and 14 deletions
@@ -15,7 +15,7 @@
*/
import { AnyJWK, KeyStore, StoredKey } from './types';
import { exportJWK, importPKCS8, importSPKI, JWK } from 'jose';
import { KeyLike } from 'jose/dist/types/types';
import { KeyLike } from 'jose';
import { promises as fs } from 'fs';
import { Config } from '@backstage/config';