import { CommerceResource } from '@hanzo/ui/product'
No examples yet.
export type CommerceList<T> = { rows: T[]; count: number }