UNPKG

@allofshop/aos-sdk-nodejs

Version:
4 lines (3 loc) 165 B
import { FindDto } from './type'; export declare function getVendor(vendorId: string): Promise<{}>; export declare function getVendors(query: FindDto): Promise<{}>;