mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Add /columns endpoint to DocApi
Summary: Add /columns endpoint to DocApi Test Plan: Added test Reviewers: paulfitz Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D2981
This commit is contained in:
@@ -123,7 +123,7 @@ export interface TableRecordValues {
|
||||
}
|
||||
|
||||
export interface TableRecordValue {
|
||||
id: number;
|
||||
id: number | string;
|
||||
fields: {
|
||||
[colId: string]: CellValue
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user