Git Source

POLICY Storage Structures

struct PolicyS {
    uint256 policyId;
    mapping(uint256 policyId => PolicyStorageSet) policyStorageSets;
}