UNPKG

@backtrace/sdk-core

Version:
11 lines (10 loc) 185 B
export interface BacktraceAttachment<T = unknown> { /** * Attachment name */ readonly name: string; /** * Attachment data */ get(): T | undefined; }