UNPKG

channelape-sdk

Version:
12 lines (11 loc) 320 B
import OutputFileSettings from './OutputFileSettings'; export default interface ChannelSettings { allowCreate: boolean; allowRead: boolean; allowUpdate: boolean; allowDelete: boolean; disableVariants: boolean; priceType: string; updateFields: string[]; outputFile?: OutputFileSettings; }