mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 15:55:48 +00:00
refactor(FE): Simplify type definition for ReportExpenseColumn
This commit is contained in:
@@ -11,9 +11,7 @@ type ReportExpenseColumn =
|
|||||||
columns: Array<{
|
columns: Array<{
|
||||||
header: string;
|
header: string;
|
||||||
accessorKey?: string;
|
accessorKey?: string;
|
||||||
cell?: (props: {
|
cell?: (props: { row: { original: ReportExpense } }) => React.ReactNode;
|
||||||
row: { original: ReportExpense };
|
|
||||||
}) => React.ReactNode;
|
|
||||||
}>;
|
}>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user