KC's Workspace
    Preparing search index...
    interface TestAnnotation {
        attachment?: TestAttachment;
        location?: TestArtifactLocation;
        message: string;
        type: string;
    }
    Index

    Properties

    attachment?: TestAttachment
    message: string
    type: string