Danny
11/18/2021, 11:00 PMimport type { Group } from '@prisma/client';
import type { Group } from 'prisma/prisma-client';
Chris Tsongas
11/19/2021, 2:25 AM'@prisma/client'
imports and re-exports the other one, so now I'm just using '@prisma/client'
although I'm not sure if that's best.