export function getUserFixture(attrs?: Parameters<IFactory<User>['build']>[0]) {
  return typeMap.user.build(attrs)
}