Skip to content

Commit

Permalink
Export types and Concern Configuration interface
Browse files Browse the repository at this point in the history
  • Loading branch information
aedart committed Feb 13, 2024
1 parent 3ed5339 commit 2e275b5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/contracts/src/support/concerns/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Concern from "./Concern";
import Configuration from "./Configuration";

/**
* Support Concerns identifier
Expand All @@ -8,5 +9,8 @@ import Concern from "./Concern";
export const SUPPORT_CONCERNS: unique symbol = Symbol('@aedart/contracts/support/concerns');

export {
type Concern
}
type Concern,
type Configuration
}

export * from './types';

0 comments on commit 2e275b5

Please sign in to comment.