UNPKG

channelape-sdk

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