mirror of
https://github.com/kc4x4sar/d4h-typescript.git
synced 2026-07-12 17:21:05 -07:00
partial implementation of v3 api
This commit is contained in:
+8
-5
@@ -1,9 +1,12 @@
|
||||
import D4H from './src/d4h'
|
||||
export default D4H
|
||||
|
||||
export * from './src/customField'
|
||||
export * from './src/types/customField'
|
||||
export * from './src/d4h'
|
||||
export * from './src/emergencyContacts'
|
||||
export * from './src/group'
|
||||
export * from './src/member'
|
||||
export * from './src/events'
|
||||
export * from './src/types/group'
|
||||
export * from './src/types/member'
|
||||
export * from './src/types/qualification'
|
||||
export * from './src/types/incident'
|
||||
export * from './src/types/animal'
|
||||
export * from './src/types/events'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user