Type Alias: ModelRegistryRefreshResponse
Makaio Framework / services-core / ModelRegistryRefreshResponse
Type Alias: ModelRegistryRefreshResponse
Section titled “Type Alias: ModelRegistryRefreshResponse”ModelRegistryRefreshResponse =
z.infer<typeofModelRegistrySchemas.refresh.response>
Defined in: ../../../packages/services/core/src/model-registry/schemas.ts:339
Type for modelRegistry.refresh response.
Type Composition
Section titled “Type Composition”ModelRegistryRefreshResponsez.infer<typeof ModelRegistrySchemas.refresh.response>typeof ModelRegistrySchemas.refresh.response
Resolved Shape
Section titled “Resolved Shape”type ModelRegistryRefreshResponse = { success: boolean; error?: string | undefined;};