interface TediousColumnValue {
    metadata: {
        colName: string;
    };
    value: any;
}

Properties

Properties

metadata: {
    colName: string;
}

Type declaration

  • colName: string
value: any