/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * * `open` - Open * * `in_progress` - In Progress * * `closed` - Closed */ export enum HumanSupportTicketStatusEnum { OPEN = 'open', IN_PROGRESS = 'in_progress', CLOSED = 'closed', }