UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

7 lines 149 B
export interface TeamObject { type: 'team'; id: string; name: string; admin_ids: string[]; } //# sourceMappingURL=team.types.d.ts.map