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

export type SyncDataResponseDto = {
    synchedProjects: number;
    synchedBoards: number;
    synchedTickets: number;
    synchedComments: number;
    synchedAttachments: number;
    synchedChangelogs: number;
};

