export const REQUIREMENT_SET = {
    TEST_ALL: 'REQUIREMENTSET_TEST_ALL',
    TEST_ANY: 'REQUIREMENTSET_TEST_ANY',
} as const;
