Skip to content

DoCurious API Reference / types / VendorSignupData

Interface: VendorSignupData

Defined in: types/vendor.types.ts:261

Payload for the vendor self-registration endpoint (creates user + vendor records).

Properties

companyName

companyName: string

Defined in: types/vendor.types.ts:264


contactName

contactName: string

Defined in: types/vendor.types.ts:265


email

email: string

Defined in: types/vendor.types.ts:262


password

password: string

Defined in: types/vendor.types.ts:263

DoCurious Platform Documentation