@idpass/data-collect-core / getAdapterConfig
Function: getAdapterConfig()
getAdapterConfig(
adapterType):AdapterConfigSchema|undefined
Defined in: interfaces/adapter-configs.ts:286
Get the configuration schema for an adapter type.
Parameters
adapterType
string
The adapter type identifier
Returns
AdapterConfigSchema | undefined
The adapter configuration schema, or undefined if not found