Type Alias: GithubReleaseInstallDescriptor
Makaio Framework / contracts / GithubReleaseInstallDescriptor
Type Alias: GithubReleaseInstallDescriptor
Section titled “Type Alias: GithubReleaseInstallDescriptor”GithubReleaseInstallDescriptor =
z.infer<typeofGithubReleaseInstallDescriptorSchema>
Defined in: ../../../packages/contracts/src/client/definition.ts:258
Type Composition
Section titled “Type Composition”GithubReleaseInstallDescriptorz.infer<typeof GithubReleaseInstallDescriptorSchema>typeof GithubReleaseInstallDescriptorSchema
Resolved Shape
Section titled “Resolved Shape”type GithubReleaseInstallDescriptor = { type: 'github-release'; repo: string; assetPattern: Record<string, string>; archiveFormat: 'tar.gz' | 'zip';};