import type { ScenarioData } from '@redwoodjs/testing/api'

export const standard = defineScenario({
  // Define the "fixture" to write into your test database here
  // See guide: https://redwoodjs.com/docs/testing#scenarios
})

export type StandardScenario = ScenarioData<unknown>
