@machb/front-base v0.0.2-SNAPSHOT
@machb/front-base / ProductService
Interface: ProductService
Defined in: products/domain/ProductService.ts:5
Methods
get()
get(
filter):Promise\<Either\<UnexpectedError,Product[]>>
Defined in: products/domain/ProductService.ts:6
Parameters
filter
string
Returns
Promise\<Either\<UnexpectedError, Product[]>>