expo-backend-types 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-backend-types",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "",
5
5
  "author": "Expo",
6
6
  "private": false,
@@ -78,7 +78,6 @@
78
78
  },
79
79
  "types": "./types/index.d.ts",
80
80
  "files": [
81
- "./types/index.d.ts",
82
81
  "./types/schema.d.ts",
83
82
  "./types/prisma.d.ts"
84
83
  ],
package/types/prisma.d.ts CHANGED
@@ -1,3 +1 @@
1
- import type * as PrismaTypes from '@prisma/client';
2
-
3
- export default PrismaTypes;
1
+ export * from '@prisma/client';
package/types/index.d.ts DELETED
@@ -1,4 +0,0 @@
1
- import type { paths as Paths } from 'types/schema';
2
- import type { prisma as Prisma } from 'types/prisma';
3
-
4
- export { Paths, Prisma };