This directory contains all configuration for both the client and server of the Strimzi-ui (described here).
runtime.ts
- will contain all configuration options which require resolution at server runtime to return a valuestatic.ts
- will contain all configuration options where values can be defined literallyfeatureflags.ts
- will contain all feature flags. These could be defined literally, or require a callback to resolve (likeruntime.ts
configuration values)index.ts
- acts as a barrel file for all types, merging them together