import { Publisher } from "@prisma/client" export interface PublisherPagemModel { publisher: Publisher }