feat: initial Papo bot scaffold
This commit is contained in:
14
node_modules/@prisma/fetch-engine/dist/env.d.ts
generated
vendored
Normal file
14
node_modules/@prisma/fetch-engine/dist/env.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import { BinaryType } from './BinaryType';
|
||||
export declare const engineEnvVarMap: {
|
||||
"query-engine": string;
|
||||
"libquery-engine": string;
|
||||
"schema-engine": string;
|
||||
};
|
||||
export declare const deprecatedEnvVarMap: Partial<typeof engineEnvVarMap>;
|
||||
type PathFromEnvValue = {
|
||||
path: string;
|
||||
fromEnvVar: string;
|
||||
};
|
||||
export declare function getBinaryEnvVarPath(binaryName: BinaryType): PathFromEnvValue | null;
|
||||
export declare function allEngineEnvVarsSet(binaries: string[]): boolean;
|
||||
export {};
|
||||
Reference in New Issue
Block a user