The information about a license report format

interface IReportFormat {
    icon: LabIcon;
    id: string;
    title: string;
}

Properties

Properties

icon: LabIcon
id: string
title: string