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

Variable: ProtocolValueType

const ProtocolValueType: object;

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

Type declaration

NameTypeDefined in
Base64Url256number & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1922
Binarynumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1917
DateIsoWithNegativeTimenumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1930
DateIsoWithNonNegativeTimenumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1929
Idnumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1921
Jsonnumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1924
NonNegativeIntnumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1923
Nullnumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1916
Numbernumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1915
Stringnumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1914

Was this page helpful?