API Reference / @evolu/common / Evolu/Protocol / ProtocolValueType
Variable: ProtocolValueType
const ProtocolValueType: object;
Defined in: packages/common/src/Evolu/Protocol.ts:1713
Type declaration
Name | Type | Defined in |
---|---|---|
Base64Url256 | number & Brand <"Int" > & Brand <"NonNegative" > | packages/common/src/Evolu/Protocol.ts:1725 |
Binary | number & Brand <"Int" > & Brand <"NonNegative" > | packages/common/src/Evolu/Protocol.ts:1720 |
DateIsoWithNegativeTime | number & Brand <"Int" > & Brand <"NonNegative" > | packages/common/src/Evolu/Protocol.ts:1733 |
DateIsoWithNonNegativeTime | number & Brand <"Int" > & Brand <"NonNegative" > | packages/common/src/Evolu/Protocol.ts:1732 |
Id | number & Brand <"Int" > & Brand <"NonNegative" > | packages/common/src/Evolu/Protocol.ts:1724 |
Json | number & Brand <"Int" > & Brand <"NonNegative" > | packages/common/src/Evolu/Protocol.ts:1727 |
NonNegativeInt | number & Brand <"Int" > & Brand <"NonNegative" > | packages/common/src/Evolu/Protocol.ts:1726 |
Null | number & Brand <"Int" > & Brand <"NonNegative" > | packages/common/src/Evolu/Protocol.ts:1719 |
Number | number & Brand <"Int" > & Brand <"NonNegative" > | packages/common/src/Evolu/Protocol.ts:1718 |
String | number & Brand <"Int" > & Brand <"NonNegative" > | packages/common/src/Evolu/Protocol.ts:1717 |