UNPKG

@lomi./sdk

Version:
9 lines (8 loc) 230 B
import type { CreateProduct } from './CreateProduct'; export type Product = (CreateProduct & { product_id?: string; merchant_id?: string; organization_id?: string; created_at?: string; updated_at?: string; });