API reference / @evolu/common / Evolu/Protocol / ProtocolValueType
Variable: ProtocolValueType
const ProtocolValueType: object;
Defined in: packages/common/src/Evolu/Protocol.ts:1910
Type declaration
Name | Type | Defined in |
---|---|---|
Base64Url256 | number & Brand <"Int" > & Brand <"NonNegative" > | packages/common/src/Evolu/Protocol.ts:1922 |
Binary | number & Brand <"Int" > & Brand <"NonNegative" > | packages/common/src/Evolu/Protocol.ts:1917 |
DateIsoWithNegativeTime | number & Brand <"Int" > & Brand <"NonNegative" > | packages/common/src/Evolu/Protocol.ts:1930 |
DateIsoWithNonNegativeTime | number & Brand <"Int" > & Brand <"NonNegative" > | packages/common/src/Evolu/Protocol.ts:1929 |
Id | number & Brand <"Int" > & Brand <"NonNegative" > | packages/common/src/Evolu/Protocol.ts:1921 |
Json | number & Brand <"Int" > & Brand <"NonNegative" > | packages/common/src/Evolu/Protocol.ts:1924 |
NonNegativeInt | number & Brand <"Int" > & Brand <"NonNegative" > | packages/common/src/Evolu/Protocol.ts:1923 |
Null | number & Brand <"Int" > & Brand <"NonNegative" > | packages/common/src/Evolu/Protocol.ts:1916 |
Number | number & Brand <"Int" > & Brand <"NonNegative" > | packages/common/src/Evolu/Protocol.ts:1915 |
String | number & Brand <"Int" > & Brand <"NonNegative" > | packages/common/src/Evolu/Protocol.ts:1914 |