diff --git a/src/app/controllers/VendorController.ts b/src/app/controllers/VendorController.ts index 58e6ed1..78f64ae 100644 --- a/src/app/controllers/VendorController.ts +++ b/src/app/controllers/VendorController.ts @@ -108,6 +108,7 @@ export interface VendorCommonProperties { images: Array; address: string; phone_number: string; + origin_story: string; status: VendorStatus; ui_configuration: UpdateVendorUiConfigurationInput; payout_email_address: string; @@ -167,7 +168,7 @@ export interface DirectDepositInfo { cheque_image: string; } -export interface UpdateVendorInput extends Partial> {