UNPKG

caccl-api

Version:

A class that defines a set of smart Canvas endpoints that actually behave how you'd expect them to.

11 lines (10 loc) 286 B
interface CanvasCommunicationChannel { id: number; address: string; type: ('email' | 'push' | 'sms' | 'twitter'); position: number; user_id: number; workflow_state: ('unconfirmed' | 'active'); created_at: string; } export default CanvasCommunicationChannel;