UNPKG

channelape-sdk

Version:
7 lines (6 loc) 192 B
import ChannelApeApiError from '../../model/ChannelApeApiError'; export default interface InvitationResponse { businessId: string; userId: string; errors?: ChannelApeApiError[]; }