UNPKG

loop-modules

Version:

Shared modules for the Loop product suite.

17 lines (16 loc) 373 B
export interface LoopSessionSharePayload { /** * The identity of the LoopSession object to share * * @type {string} * @memberOf LoopSessionSharePayload */ session: string; /** * The identities of users to share the session with * * @type {string[]} * @memberOf LoopSessionSharePayload */ users: string[]; }