mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 20:42:02 +00:00
7 lines
163 B
TypeScript
7 lines
163 B
TypeScript
export * from "./compliances";
|
|
export * from "./compliances.adapter";
|
|
export type {
|
|
ComplianceOverviewsResponse,
|
|
EnrichedComplianceOverview,
|
|
} from "./types";
|