UNPKG

pubnub

Version:

Publish & Subscribe Real-time Messaging with PubNub

13 lines (11 loc) 193 B
/** @flow */ export type UUIDMetadata = {| id: string, name: string, externalId: ?string, profileUrl: ?string, email: ?string, custom: ?any, updated: string, eTag: string, |};