/** * The value of the ConfigContextProvider. */ export interface ConfigContextValue extends ConfigData { } /** * Represents the object read from the institutions/config.json file. */ export interface ConfigData { termsAndConditionsUrl?: string; }