export type TableColumnType = {
    name: string;
    title: string;
    align?: string;
    numberFormat?: string;
};
