/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * * `redact` - Redact * * `mask` - Mask * * `block` - Block * * `allow` - Allow */ export enum PrivacyActionEnum { REDACT = 'redact', MASK = 'mask', BLOCK = 'block', ALLOW = 'allow', }