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

Variable: ProtocolValueType

const ProtocolValueType: object;

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

Type Declaration

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

Was this page helpful?