/* eslint-disable @typescript-eslint/consistent-type-imports */ import type { Simplify } from 'type-fest'; import type { ExportStoragePropertiesFromCommand } from '../../command/types.js'; import type { YO_RC_CONFIG_KEY } from '../../utils/yo-rc.ts'; export type ApplicationConfiguration = Simplify< { jhipsterVersion?: string; baseName: string; creationTimestamp?: number; lastLiquibaseTimestamp?: number; blueprints?: { name: string }[]; testFrameworks?: string[]; microfrontends?: { baseName: string }[]; } & ExportStoragePropertiesFromCommand & ExportStoragePropertiesFromCommand & ExportStoragePropertiesFromCommand & ExportStoragePropertiesFromCommand & ExportStoragePropertiesFromCommand & ExportStoragePropertiesFromCommand & ExportStoragePropertiesFromCommand & ExportStoragePropertiesFromCommand & ExportStoragePropertiesFromCommand & ExportStoragePropertiesFromCommand & ExportStoragePropertiesFromCommand & ExportStoragePropertiesFromCommand & ExportStoragePropertiesFromCommand & ExportStoragePropertiesFromCommand & ExportStoragePropertiesFromCommand & ExportStoragePropertiesFromCommand & ExportStoragePropertiesFromCommand & ExportStoragePropertiesFromCommand >; export type YoRcContent = Record;