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