sentry-vir - v4.4.0
    Preparing search index...

    Type Alias HasExtraAttachments

    Simply describes an object that has extra event attachments.

    type HasExtraAttachments = {
        "[extraEventAttachmentsSymbol]": ReadonlyArray<Attachment>;
    }
    Index

    Properties

    "[extraEventAttachmentsSymbol]": ReadonlyArray<Attachment>