*/ public function permissions(): array; /** * The domain key these permissions belong to (e.g. `tickets`). Used for grouping * in the admin UI and as the `zp_permissions.domain` column value. */ public function domain(): string; }