We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79340a5 commit df2c772Copy full SHA for df2c772
common/types/index.ts
@@ -2,7 +2,7 @@
2
// Types should be defined in their own portions of the codebase and exported here.
3
4
// SERVER SHARED TYPES:
5
-export {
+export type {
6
SanitisedApiKey,
7
IApiKey as ApiKey,
8
ApiKeyResponseOrError,
@@ -13,9 +13,9 @@ export {
13
14
export * from '../../server/types/email';
15
16
-export { Error, GenericResponseBody } from '../../server/types/express';
+export type { Error, GenericResponseBody } from '../../server/types/express';
17
18
19
User,
20
PublicUser,
21
PublicUserOrError,
0 commit comments