UNPKG

channelape-sdk

Version:
6 lines (5 loc) 157 B
import ChannelApeError from './ChannelApeError'; export default interface ChannelApeErrorResponse { statusCode: number; errors: ChannelApeError[]; }