Interface ExportConfig

interface ExportConfig {
    channel: string;
    name: string;
}

Properties

Properties

channel: string
name: string