Type Alias: NpmInstallDescriptor
Makaio Framework / contracts / NpmInstallDescriptor
Type Alias: NpmInstallDescriptor
Section titled “Type Alias: NpmInstallDescriptor”NpmInstallDescriptor =
z.infer<typeofNpmInstallDescriptorSchema>
Defined in: ../../../packages/contracts/src/client/definition.ts:228
Type Composition
Section titled “Type Composition”NpmInstallDescriptorz.infer<typeof NpmInstallDescriptorSchema>typeof NpmInstallDescriptorSchema
Resolved Shape
Section titled “Resolved Shape”type NpmInstallDescriptor = { type: 'npm'; package: string;};