Skip to content

Commit 0091e93

Browse files
committed
chore(compartment-mapper): fix missing type reference
This fixes a missing `SomePackagePolicy` type in `policy.js`.
1 parent fda2b25 commit 0091e93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/compartment-mapper/src/policy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* Attenuator,
1616
* SomePolicy,
1717
* PolicyEnforcementField,
18+
* SomePackagePolicy,
1819
* } from './types.js'
1920
* @import {ThirdPartyStaticModuleInterface} from 'ses'
2021
*/

0 commit comments

Comments
 (0)