redioactive
Version:
Reactive streams for chaining overlapping promises.
22 lines (21 loc) • 437 B
TypeScript
export declare enum ProtocolType {
http = "http",
https = "https",
both = "both"
}
export declare enum BodyType {
primitive = "primitive",
json = "json",
blob = "blob"
}
export declare enum IdType {
counter = "counter",
number = "number",
string = "string"
}
export declare enum DeltaType {
one = "one",
fixed = "fixed",
variable = "variable",
string = "string"
}