Type Alias: InstallError
Makaio Framework / contracts/client / InstallError
Type Alias: InstallError
Section titled “Type Alias: InstallError”InstallError =
z.infer<typeofInstallErrorSchema>
Defined in: ../../../packages/contracts/src/client/binary-management.ts:283
Type Composition
Section titled “Type Composition”InstallErrorz.infer<typeof InstallErrorSchema>typeof InstallErrorSchema
Resolved Shape
Section titled “Resolved Shape”type InstallError = { message: string; code?: string | undefined;};