export interface CreateZendeskTicketInput { userId: string; subject: string; body: string; }