UNPKG

channelape-sdk

Version:
12 lines (11 loc) 303 B
import ChannelApeApiError from '../../../model/ChannelApeApiError'; export default interface ApiAccount { id: string; businessId: string; name: string; errors?: ChannelApeApiError[]; lastAccessedTime?: Date; creationTime?: Date; expired?: boolean; privateKey?: string; }