Type Alias: ManifestBucketInstallDescriptor
Makaio Framework / contracts / ManifestBucketInstallDescriptor
Type Alias: ManifestBucketInstallDescriptor
Section titled “Type Alias: ManifestBucketInstallDescriptor”ManifestBucketInstallDescriptor =
z.infer<typeofManifestBucketInstallDescriptorSchema>
Defined in: ../../../packages/contracts/src/client/definition.ts:211
Type Composition
Section titled “Type Composition”ManifestBucketInstallDescriptorz.infer<typeof ManifestBucketInstallDescriptorSchema>typeof ManifestBucketInstallDescriptorSchema
Resolved Shape
Section titled “Resolved Shape”type ManifestBucketInstallDescriptor = { type: 'manifest-bucket'; config: { baseUrl: string; versionIndex: { latest: string; }; manifestPath: string; manifestChecksumField: string; binaryPath: string; archiveFormat?: 'raw' | 'tar.gz' | 'zip' | undefined; };};