Skip to content

Commit

Permalink
feat: exported invite model
Browse files Browse the repository at this point in the history
  • Loading branch information
lem-onade committed Jun 29, 2020
1 parent 7451456 commit 52d6990
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/dgt-shared-data/src/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export { DGTConnectionState } from './lib/connection/models/dgt-connection-state
export { DGTConnectionsService } from './lib/connection/services/dgt-connection.service';
export { DGTRemovePrefixWorkflowAction } from './lib/workflow/actions/dgt-remove-prefix.workflow-action';
export { DGTSubject } from './lib/subject/models/dgt-subject.model';
export { DGTInvite } from './lib/invite/models/dgt-invite.model';
export { DGTSourceService } from './lib/source/services/dgt-source.service';
export { DGTSource } from './lib/source/models/dgt-source.model';
export { DGTSourceSolid } from './lib/source/models/dgt-source-solid.model';
Expand Down

0 comments on commit 52d6990

Please sign in to comment.