Skip to content

Type Alias: ModelRegistryRefreshResponse

Makaio Framework


Makaio Framework / services-core / ModelRegistryRefreshResponse

ModelRegistryRefreshResponse = z.infer<typeof ModelRegistrySchemas.refresh.response>

Defined in: ../../../packages/services/core/src/model-registry/schemas.ts:339

Type for modelRegistry.refresh response.

type ModelRegistryRefreshResponse = {
success: boolean;
error?: string | undefined;
};