Files
d4h-typescript/lib/index.ts
T
Colin Williams c1b53312bf Update emergency contacts
Adds API support for updating emergency contacts. Also renamed HttpUtils to D4hRequest to better represent what the class is.
2023-03-22 10:20:32 -07:00

9 lines
213 B
TypeScript

import D4H from './src/d4h'
export default D4H
export * from './src/customField'
export * from './src/d4h'
export * from './src/emergencyContacts'
export * from './src/group'
export * from './src/member'