Skip to content

DoCurious API Reference / types / VendorSignupData

Interface: VendorSignupData

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

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

Properties

companyName

companyName: string

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


contactName

contactName: string

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


email

email: string

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


password

password: string

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

DoCurious Platform Documentation