UNPKG

@backtrace/sdk-core

Version:
5 lines (4 loc) 176 B
import { BacktraceAttachment } from '../model/attachment/index.js'; export type AttachmentEvents = { 'scoped-attachments-updated': [attachments: BacktraceAttachment[]]; };