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

Variable: ProtocolValueType

const ProtocolValueType: object;

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

Type Declaration

NameTypeDefined in
Base64Urlnumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1864
Bytesnumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1856
DateIsoWithNegativeTimenumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1872
DateIsoWithNonNegativeTimenumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1871
EmptyStringnumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1863
Idnumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1865
Jsonnumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1866
NonNegativeIntnumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1860
Nullnumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1855
Numbernumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1854
Stringnumber & Brand<"Int"> & Brand<"NonNegative">packages/common/src/Evolu/Protocol.ts:1853

Was this page helpful?