export interface BacktraceAttachment { /** * Attachment name */ readonly name: string; /** * Attachment data */ get(): T | undefined; }