API reference / @evolu/common / Evolu/Protocol / ProtocolValueType
Variable: ProtocolValueType
const ProtocolValueType: object;
Defined in: packages/common/src/Evolu/Protocol.ts:1915
Type declaration
Name | Type | Defined in |
---|---|---|
Base64Url256 | number & Brand <"Int" > & Brand <"NonNegative" > | packages/common/src/Evolu/Protocol.ts:1927 |
Binary | number & Brand <"Int" > & Brand <"NonNegative" > | packages/common/src/Evolu/Protocol.ts:1922 |
DateIsoWithNegativeTime | number & Brand <"Int" > & Brand <"NonNegative" > | packages/common/src/Evolu/Protocol.ts:1935 |
DateIsoWithNonNegativeTime | number & Brand <"Int" > & Brand <"NonNegative" > | packages/common/src/Evolu/Protocol.ts:1934 |
Id | number & Brand <"Int" > & Brand <"NonNegative" > | packages/common/src/Evolu/Protocol.ts:1926 |
Json | number & Brand <"Int" > & Brand <"NonNegative" > | packages/common/src/Evolu/Protocol.ts:1929 |
NonNegativeInt | number & Brand <"Int" > & Brand <"NonNegative" > | packages/common/src/Evolu/Protocol.ts:1928 |
Null | number & Brand <"Int" > & Brand <"NonNegative" > | packages/common/src/Evolu/Protocol.ts:1921 |
Number | number & Brand <"Int" > & Brand <"NonNegative" > | packages/common/src/Evolu/Protocol.ts:1920 |
String | number & Brand <"Int" > & Brand <"NonNegative" > | packages/common/src/Evolu/Protocol.ts:1919 |