interface StateHistoryOIDColMapping {
    formula?: string;
    name: string;
    oid: string;
    prop?: StateProp;
    tf_id?: number;
}

Properties

formula?: string
name: string
oid: string
prop?: StateProp
tf_id?: number

Generated using TypeDoc