Add rowHeight property to table types
This commit is contained in:
parent
8aff208acd
commit
7ae3341e22
|
@ -79,6 +79,7 @@ export interface Table extends Document {
|
|||
indexes?: { [key: string]: any }
|
||||
rows?: { [key: string]: any }
|
||||
created?: boolean
|
||||
rowHeight?: number
|
||||
}
|
||||
|
||||
export interface TableRequest extends Table {
|
||||
|
|
Loading…
Reference in New Issue