This interface will show the structure to MerchantConfig
export interface MerchantConfig { id: string; merchant_id: string; configuration: Configuration; image_url: string; theme?: Theme; created_at: string; updated_at: string;}
Generated using TypeDoc
This interface will show the structure to MerchantConfig