import { BacktraceAttachment } from './BacktraceAttachment'; export interface BacktraceFileAttachment extends BacktraceAttachment { /** * File path to attachment. */ readonly filePath: string; }