import { Company, User } from "@prisma/client"; export type Credential = User & { company: Company; token: string; };