Interface IReference

interface IReference {
    isIndirect?: boolean;
    modDate?: string;
    projectShortLabel?: string;
    title: string;
    to: string;
}

Properties

isIndirect?: boolean
modDate?: string
projectShortLabel?: string
title: string
to: string

Generated using TypeDoc