Skip to content

PURISTA API


PURISTA API / @purista/core / ConfigGetterFunction

Type Alias: ConfigGetterFunction()

ConfigGetterFunction = <ConfigNames>(...configNames) => Promise<ObjectWithKeysFromStringArray<ConfigNames>>

Defined in: packages/core/src/core/ConfigStore/types/ConfigGetterFunction.ts:4

get a config value from the config store

Type Parameters

ConfigNames

ConfigNames extends string[]

Parameters

configNames

...ConfigNames

Returns

Promise<ObjectWithKeysFromStringArray<ConfigNames>>