UNPKG

pl4y-data-library

Version:

This library contains the dtos, enums, schemas, and other data objects needed in the pl4y ecosystem.

12 lines (11 loc) 239 B
export declare class VendorDTO { _id?: string; businessName?: string; email?: string; phone?: string; products?: string[]; vendors?: string[]; businessType?: string; website?: string; rating?: number; }