Home > @uniformdev/mesh-sdk > ParamTypeConfigLocation
ParamTypeConfigLocation type
Signature:
type ParamTypeConfigLocation<TParamValue = unknown, TIntegrationConfiguration = unknown> = MeshLocationCore<TParamValue | undefined, ParamTypeConfigLocationMetadata<TIntegrationConfiguration>, TParamValue, 'paramTypeConfig'>;
References: MeshLocationCore, ParamTypeConfigLocationMetadata