import type { BusinessFields } from "./business.ts"; export interface ProductCatalogUserTasksFields { business: BusinessFields; tasks: string[]; }