import { TicketState } from '../../enums/ticket-state'; export interface TicketStateOutput { state: TicketState; errors?: string[]; }