Appearance
DoCurious API Reference / types / VendorApprovalAction
Interface: VendorApprovalAction
Defined in: types/vendor.types.ts:284
Payload for a platform admin's approval decision on a vendor application.
Properties
action
action:
"approve"|"reject"|"request_modification"
Defined in: types/vendor.types.ts:286
reason?
optionalreason:string
Defined in: types/vendor.types.ts:288
Required when action is 'reject' or 'request_modification'
vendorId
vendorId:
string
Defined in: types/vendor.types.ts:285