UNPKG

@upv/ushi-shared

Version:

Shared DTOs, types, and utilities for the USHI platform (LMS, Trials, Social, Wallet).

13 lines (12 loc) 386 B
export * from './base'; export * from './person'; export * from './lmsPersonProfile'; export * from './walletProfile'; export * from './trialParticipantProfile'; export * from './socialProfile'; export * from './demographicsProfile'; export * from './identityProfile'; export * from './role'; export * from './roleAssignment'; export * from './personProfile'; export * from './lambda';