is anyone really using this prisma setup(<https://...
# orm-help
s
is anyone really using this prisma setup(https://www.prisma.io/docs/1.20/get-started/01-setting-up-prisma-existing-database-TYPESCRIPT-t003/) … its full of bugs. and is incomplete documentation.
Copy code
TSError: ⨯ Unable to compile TypeScript:
generated/prisma-client/index.ts(348,72): error TS2345: Argument of type '{ typeDefs: string; endpoint: string; }' is not assignable to parameter of type '{ typeDefs: string; endpoint: string; secret?: string; models: Model[]; }'.
  Property 'models' is missing in type '{ typeDefs: string; endpoint: string; }'.