UNPKG

camelot-unchained

Version:
6 lines (5 loc) 192 B
declare let groupsAPI: { getInvitesForCharacter: (shard: number, characterID: string) => any; getInvitesForGroup: (shard: number, groupID: string) => any; }; export default groupsAPI;