Satoru Ohzawa

Results 2 comments of Satoru Ohzawa

@kettanaito thank you for your quick reply. I immediately tried the method introduced that is using `() => ({})`, but the following problems occurred. First, using `() => ({})` as...

This is my current compromise. ```ts import { factory, primaryKey } from 'mswjs/data' import { ModelDefinitionValue } from '@mswjs/data/lib/glossary' export function defineModel( generator: () => { [key in keyof T]:...