UNPKG

318 BTypeScriptView Raw
1import { DMMF as ExternalDMMF } from '@prisma/generator-helper';
2import { DMMF } from './dmmf-types';
3/**
4 * Turns type: string into type: string[] for all args in order to support union input types
5 * @param document
6 */
7export declare function externalToInternalDmmf(document: ExternalDMMF.Document): DMMF.Document;