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

Variable: ProtocolValueType

const ProtocolValueType: object;

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

Type declaration

NameTypeDefined in
Base64Url256number & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1927
Binarynumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1922
DateIsoWithNegativeTimenumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1935
DateIsoWithNonNegativeTimenumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1934
Idnumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1926
Jsonnumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1929
NonNegativeIntnumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1928
Nullnumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1921
Numbernumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1920
Stringnumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1919

Was this page helpful?