@vuu-ui/vuu-protocol-types 0.13.88 → 0.13.90
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.
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -731,7 +731,7 @@ export declare type VuuRpcMenuAction =
|
|
|
731
731
|
| VuuRpcEditAction;
|
|
732
732
|
|
|
733
733
|
// prettier-ignore
|
|
734
|
-
export declare type VuuColumnDataType = "int" | "long" | "double" | "string" | "char" | "boolean";
|
|
734
|
+
export declare type VuuColumnDataType = "int" | "long" | "double" | "string" | "char" | "boolean" | "epochtimestamp";
|
|
735
735
|
export declare type VuuMenuContext = "cell" | "row" | "grid" | "selected-rows";
|
|
736
736
|
export declare type VuuTable = {
|
|
737
737
|
table: string;
|