UNPKG

@prisma/sdk

Version:
4 lines (3 loc) 346 B
import type { BinaryPaths } from '@prisma/generator-helper'; import type { GetBinaryPathsByVersionInput } from '../getGenerators'; export declare function getBinaryPathsByVersion({ neededVersions, platform, version, printDownloadProgress, skipDownload, binaryPathsOverride, }: GetBinaryPathsByVersionInput): Promise<Record<string, BinaryPaths>>;