Skip to content

Interface: ServingEndpointRegistry

Serving endpoint registry for type-safe alias names. Extend this interface via module augmentation to get alias autocomplete:

// Auto-generated by appKitServingTypesPlugin()
declare module "@databricks/appkit-ui/react" {
interface ServingEndpointRegistry {
llm: { request: {...}; response: {...}; chunk: {...} };
}
}