mirror of
https://github.com/kc4x4sar/d4h-typescript.git
synced 2026-07-12 17:21:05 -07:00
Separate classes for groups of methods (#1)
* added resourcetype interface that's imported and reused * added membergroupmembership; comments formatting typedoc output; updated types * separate classes for groups of methods * additional methods added, suggested changes made, typedoc documentation improved
This commit is contained in:
+6
-1
@@ -14,8 +14,13 @@ export interface Entity {
|
||||
export enum EntityType {
|
||||
Member = 'member',
|
||||
memberGroup = 'membergroup',
|
||||
groupMembership = 'groupmembership',
|
||||
Incident = 'incident',
|
||||
Qualification = 'qualification',
|
||||
Award = 'award',
|
||||
Animal = 'animal'
|
||||
Animal = 'animal',
|
||||
Team = 'team',
|
||||
Organisation = 'organisation',
|
||||
Role = 'role',
|
||||
Activity = 'activity'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user