Skip to content

Type Alias: GithubReleaseInstallDescriptor

Makaio Framework


Makaio Framework / contracts / GithubReleaseInstallDescriptor

Type Alias: GithubReleaseInstallDescriptor

Section titled “Type Alias: GithubReleaseInstallDescriptor”

GithubReleaseInstallDescriptor = z.infer<typeof GithubReleaseInstallDescriptorSchema>

Defined in: ../../../packages/contracts/src/client/definition.ts:258

type GithubReleaseInstallDescriptor = {
type: 'github-release';
repo: string;
assetPattern: Record<string, string>;
archiveFormat: 'tar.gz' | 'zip';
};