Type Alias: ClientInstallCompleted
Makaio Framework / contracts / ClientInstallCompleted
Type Alias: ClientInstallCompleted
Section titled “Type Alias: ClientInstallCompleted”ClientInstallCompleted =
z.infer<typeofClientInstallCompletedSchema>
Defined in: ../../../packages/contracts/src/client/binary-management.ts:322
Type Composition
Section titled “Type Composition”ClientInstallCompletedz.infer<typeof ClientInstallCompletedSchema>typeof ClientInstallCompletedSchema
Resolved Shape
Section titled “Resolved Shape”type ClientInstallCompleted = { jobId: string; clientId: string; strategy: 'manifest-bucket' | 'npm' | 'github-release'; status: 'success' | 'error'; activeVersion: string | null; version?: string | undefined; installPath?: string | undefined; error?: { message: string; code?: string | undefined; } | undefined; metadata?: Record<string, unknown> | undefined;};