UNPKG

@iotile/iotile-cloud

Version:

A typescript library for interfacing with the IOTile Cloud API

11 lines (10 loc) 240 B
export interface InvitationPendingDictionary { [index: string]: Invitation; } export declare class Invitation { email: string; sentOn?: Date; sentBy?: string; constructor(data?: any); postPayload(): any; }