Appearance
DoCurious API Reference / types / VendorApprovalAction
Interface: VendorApprovalAction
Defined in: types/vendor.types.ts:285
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:287
reason?
optionalreason:string
Defined in: types/vendor.types.ts:289
Required when action is 'reject' or 'request_modification'
vendorId
vendorId:
string
Defined in: types/vendor.types.ts:286