UNPKG

@lomi./sdk

Version:
9 lines (8 loc) 206 B
import type { CurrencyCode } from './CurrencyCode'; export type CreateProduct = { name: string; description?: string; price: number; currency_code: CurrencyCode; is_active?: boolean; };