export type PrismaConfig = {
    seed?: string;
};
