Files
redwood-tutorial/api/src/services/posts/posts.scenarios.js
David Price 3dc6ccde15 v0.35.0
2021-07-12 20:43:19 -07:00

7 lines
151 B
JavaScript

export const standard = defineScenario({
post: {
one: { title: 'String', body: 'String' },
two: { title: 'String', body: 'String' },
},
})