UNPKG

channelape-sdk

Version:
10 lines (9 loc) 228 B
export default interface ChannelSettings { allowCreate: boolean; allowRead: boolean; allowUpdate: boolean; allowDelete: boolean; disableVariants: boolean; priceType: string; updateFields: string[]; }