import { Project } from '../../projects/project.entity'; export interface ListLogsOption { project: Project; branch: string; }