/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

export type CopyTicketResponseDto = {
    key: string;
    title: string;
    link: string;
    type: string;
    status: string;
};

