/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * * `overall` - overall * * `per_criteria` - per_criteria * * `both` - both */ export enum FeedbackModeEnum { OVERALL = 'overall', PER_CRITERIA = 'per_criteria', BOTH = 'both', }