import type { Product } from '@ghostfolio/common/interfaces'; export type ResolvedProduct = Omit & { categories?: string[]; platforms?: string[]; };