import type { PermissionRule } from "../../permission/index.js";

export type PermissionRuleContribution = {
  rules: PermissionRule[];
};