Product: { _id: string; description?: string; variants: ProductVariant[]; medias: ProductMedia[]; locationId: string; name: string; productType: ProductType; availableInStore?: boolean; userId?: string; createdAt: string; updatedAt: string; statementDescriptor?: string; image?: string;} Type declaration
_id: string
Optional
description?: string
locationId: string
name: string
Optional
availableInStore?: boolean
Optional
userId?: string
createdAt: string
updatedAt: string
Optional
statementDescriptor?: string
Optional
image?: string