UNPKG

pipeline-builder-demo

Version:
10 lines (9 loc) 165 B
interface IColumns{ key: string; title: string; } export interface ITableConfig { columns: IColumns[]; tableTitle: string; addBtnLabel: string; }