Represents information about a build report.

interface BuildReportMetadata {
    buildId?: number;
    content?: string;
    type?: string;
}

Properties

buildId?: number

The Id of the build.

content?: string

The content of the report.

type?: string

The type of the report.