UNPKG
dm-web-react
Version:
latest (1.0.3)
1.0.3
The DM web client with React.
dm-web-react
/
src
/
modules
/
bond
/
models
/
database
/
tableInfo.ts
5 lines
(4 loc)
•
77 B
text/typescript
View Raw
1
2
3
4
5
export
class
TableInfo
{ tableName: string; columnNames: string[]; }