export type TicketCount = {
  __typename?: 'TicketCount';
  closed: Scalars['Int']['output'];
  open: Scalars['Int']['output'];
};