@resistdesign/voltra
    Preparing search index...

    Interface ReportGroupNameOrArn

    Report group configuration for build reports.

    interface ReportGroupNameOrArn {
        "base-directory"?: string;
        "discard-paths"?: string;
        "file-format"?: string;
        files?: string[];
    }
    Index

    Properties

    "base-directory"?: string

    Base directory for report files.

    "discard-paths"?: string

    Whether to discard path prefixes.

    "file-format"?: string

    Report file format.

    files?: string[]

    Report files to include.