We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc76b8 commit 015c88aCopy full SHA for 015c88a
src/configuration-wire-types.ts
@@ -165,7 +165,7 @@ export interface IConfigurationWire {
165
readonly precomputed?: IPrecomputedConfiguration;
166
}
167
168
-// We treat these two responses as a "whole" configuration - that is, the set of data required to compute flags and bandits.
+// These response types are stringified in the wire format.
169
type UfcResponseType = IUniversalFlagConfigResponse | IBanditParametersResponse;
170
171
// The UFC responses are JSON-encoded strings so we can treat them as opaque blobs, but we also want to enforce type safety.
0 commit comments