Skip to content

Commit

Permalink
exports type
Browse files Browse the repository at this point in the history
  • Loading branch information
dplumlee committed Sep 4, 2024
1 parent f409076 commit c4fc16d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const PERFORM_SPECIFIC_RULES_INSTALLATION_KEY = [
PERFORM_RULE_INSTALLATION_URL,
];

interface UsePerformSpecificRulesInstallParams {
export interface UsePerformSpecificRulesInstallParams {
rules: InstallSpecificRulesRequest['rules'];
enableOnInstall?: boolean;
}
Expand Down

0 comments on commit c4fc16d

Please sign in to comment.