import type { ContractOffer } from './ContractOffer.js'; export type Catalog = { contractOffers?: Array; id?: string; };