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

export type LogsCommentDto = {
    bodyString: string;
    author: string;
    creationDate: string;
};

