UNPKG

channelape-sdk

Version:
12 lines (11 loc) 266 B
import ChannelSettings from './ChannelSettings'; export default interface Channel { id: string; businessId: string; integrationId: string; enabled: boolean; name: string; settings: ChannelSettings; createdAt: Date; updatedAt: Date; }