import { Post } from ".prisma/client" export type SelectFields = { [K in keyof T]?: true } export type PostItem = Pick