@rljson/rljson 0.0.27 → 0.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -47,4 +47,4 @@ export type TablesCfgTable = RljsonTable<TableCfg, 'properties'>;
|
|
|
47
47
|
* Example matching allTypesRow
|
|
48
48
|
*/
|
|
49
49
|
export declare const exampleTableCfgTable: () => TablesCfgTable;
|
|
50
|
-
export declare const exampleTableCfg: (tableCfg?: Partial<TableCfg> | undefined) =>
|
|
50
|
+
export declare const exampleTableCfg: (tableCfg?: Partial<TableCfg> | undefined) => TableCfg;
|