Simplify code

This commit is contained in:
Jan Oberhauser
2021-10-07 17:12:06 -05:00
parent 29887c11c1
commit 3a49730675
2 changed files with 10 additions and 7 deletions

View File

@@ -95,7 +95,7 @@ export interface IRowResponse{
metadata: [
{
key: string,
name: string
name: string,
}
];
results: IRow[];