VMS-frontend/src/types/table.ts
2024-03-13 03:06:55 +07:00

5 lines
98 B
TypeScript

export interface TableHead {
propertyName: string,
title: string,
sorting?: boolean,
}