UNPKG

pubnub

Version:

Publish & Subscribe Real-time Messaging with PubNub

11 lines (9 loc) 161 B
/** @flow */ export type ChannelMetadata = {| channel: string, name: string, description: ?string, custom: ?any, updated: string, eTag: string, |};