import type { Prisma, User } from '@prisma/client' import type { ScenarioData } from '@redwoodjs/testing/api' export const standard = defineScenario({ user: { one: { data: { email: 'String5874784', updatedAt: '2024-10-04T12:47:22.490Z' }, }, two: { data: { email: 'String7499025', updatedAt: '2024-10-04T12:47:22.490Z' }, }, }, }) export type StandardScenario = ScenarioData