UNPKG

qe-fe-automation

Version:
20 lines (19 loc) 403 B
export function generateBlackCarPolicyData(policyIds: string[]) { return { rules: [ { uuid: policyIds[0], name: 'enabled', type: 'black car', defaultRule: true, conditionAttributes: [], targetAttributes: [ { attributeName: 'blackCar.enabled', attributeValue: 'true' } ] } ] }; }