Just some more circular dep cleanup

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2025-06-25 10:10:49 +02:00
parent 129cf06d8c
commit 3507fcdf89
35 changed files with 102 additions and 85 deletions
+1 -2
View File
@@ -3,7 +3,6 @@
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
import { Config as Config_2 } from '@backstage/config';
import { HumanDuration } from '@backstage/types';
import type { JsonArray as JsonArray_2 } from '@backstage/types';
import { JsonObject as JsonObject_2 } from '@backstage/types';
@@ -85,7 +84,7 @@ export type JsonValue = JsonValue_2;
// @public
export function readDurationFromConfig(
config: Config_2,
config: Config,
options?: {
key?: string;
},
@@ -14,10 +14,10 @@
* limitations under the License.
*/
import { Config } from '@backstage/config';
import { InputError, stringifyError } from '@backstage/errors';
import { HumanDuration } from '@backstage/types';
import ms from 'ms';
import { Config } from './types';
export const propsOfHumanDuration = [
'years',