Interface: ServingEndpointRegistry
Serving endpoint registry for type-safe alias names. Extend this interface via module augmentation to get alias autocomplete:
Example
Section titled “Example”// Auto-generated by appKitServingTypesPlugin()declare module "@databricks/appkit-ui/react" { interface ServingEndpointRegistry { llm: { request: {...}; response: {...}; chunk: {...} }; }}