import { EPaymentBrand } from './enum'; export declare class Channel { id: string; chanCode: EPaymentBrand; paymentBrand: EPaymentBrand; chanMerID: string; chanMerName: string; version: number; } export interface IChannelQueryParams { chanCode?: EPaymentBrand; chanMerId?: string; chanMerName?: string; keyword?: string; page: number; size: number; }