Home > @uniformdev/context-ui > validateContextConfig
validateContextConfig() function
Signature:
Parameters
| Parameter | Type | Description |
|---|---|---|
| contextConfig | ContextConfig | (Optional) |
Returns:
Promise<{ valid: boolean; error?: Error; result?: ManifestGetResponse; }>