# PolicyRulePage

`import { PolicyRulePage } from "destack:runtime";`

Runtime policy rule page.

```ds title="PolicyRulePage"
export struct PolicyRulePage {
    rules: PolicyRule[];
    next: PolicyRuleCursor;
}
```

[language/library/src/runtime/policy.ds:118:123](https://github.com/destack-sh/destack/blob/main/language/library/src/runtime/policy.ds#L118-L123)

## Members

### `rules: PolicyRule[]`

Policy rules in this page.

### `next: PolicyRuleCursor`

Next rule cursor when more records exist.
