Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MerchantConfig

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;
}

Hierarchy

  • MerchantConfig

Index

Properties

configuration: Configuration
created_at: string
id: string
image_url: string
merchant_id: string
theme?: Theme
updated_at: string

Generated using TypeDoc