UNPKG

livelists-node-js

Version:
6 lines (5 loc) 223 B
import { ApiError } from '../../common/BaseError'; import { CreateChannelResponse } from '../../proto/channel'; export declare class CreateChannelError extends ApiError { constructor(response: CreateChannelResponse); }