API Reference / @evolu/common / Evolu/Protocol / ProtocolValueType

Variable: ProtocolValueType

const ProtocolValueType: object;

Defined in: packages/common/src/Evolu/Protocol.ts:1713

Type declaration

NameTypeDefined in
Base64Url256number & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1725
Binarynumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1720
DateIsoWithNegativeTimenumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1733
DateIsoWithNonNegativeTimenumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1732
Idnumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1724
Jsonnumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1727
NonNegativeIntnumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1726
Nullnumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1719
Numbernumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1718
Stringnumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1717

Was this page helpful?