@withjoy/sdk-js
Version:
Joy Javascript SDK
10 lines (9 loc) • 379 B
TypeScript
/**
* People - Represent a collection of Person objects
*
* @param listener An object which implements onChildAdded, onChildChanged, onChildRemoved, onErr as functions.
* @param options An object which contains the writer sets: inviteeWriter and userProfileWriter
* @constructor
*/
declare var People: (listener: any, options: any) => void;
export default People;