Interface MinimalFactSheet

A minimal Fact Sheet object used in several places in the front-end for display

interface MinimalFactSheet {
    category?: string;
    diff?: FactSheetDiff;
    disabled?: boolean;
    displayName?: string;
    id?: string;
    type?: string;
}

Hierarchy

Properties

category?: string
disabled?: boolean
displayName?: string
id?: string
type?: string

Generated using TypeDoc