type DatasetAppendRow = object;
optional editType: "append_row";
optional rowId: string | null;
values: object;
[key: string]: | null | string | number | { [key: string]: null | string | number; }
Was this page helpful?