PolicyRulePage import { PolicyRulePage } from "destack:runtime"; Runtime policy rule page. export struct PolicyRulePage { rules: PolicyRule[]; next: PolicyRuleCursor; } language/library/src/runtime/policy.ds:118:123 Members rules: PolicyRule[] Policy rules in this page. next: PolicyRuleCursor Next rule cursor when more records exist.