UNPKG

@prisma/language-server

Version:
3 lines (2 loc) 140 B
import { PrismaSchema } from '../Schema'; export declare function getAllRelationNames(schema: PrismaSchema, regexFilter: RegExp): string[];