Interface ILookupTableType<T>

interface ILookupTableType<T> {
    fields: string[];
    parentStructureId?: string;
    sectionStructureId?: string;
    structure: T;
}

Type Parameters

  • T

Properties

fields: string[]
parentStructureId?: string
sectionStructureId?: string
structure: T