vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface ReportTypeColumn

    interface ReportTypeColumn {
        checkedByDefault: boolean;
        displayNameOverride?: string;
        field: string;
        table: string;
    }
    Index

    Properties

    checkedByDefault: boolean
    displayNameOverride?: string
    field: string
    table: string