Skip to main content

Type Alias: AnnotationRecord

AnnotationRecord: object

A record describing an annotation against a specific section of code.

Type declaration

category

category: "Annotation"

endCol

endCol: number

endLine

endLine: number

file

file: string

message?

optional message: string

startCol

startCol: number

startLine

startLine: number

type

type: RecordType

Defined in

src/types/index.ts:44