import type { ProductDefinition } from "./product"; export const webProduct: ProductDefinition = { id: "web", extensions: [], };