Skip to content

Commit

Permalink
fix: Rename exported type
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Oct 28, 2020
1 parent f17871c commit 4406b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ declare namespace NodeJS {
}

interface ProcessEnv {
readonly PRODUCT_NAME: string;
readonly PRODUCT: string;
readonly STORYBOOK: boolean;
readonly SENTRY_CLIENT_DSN: string;
}
Expand Down

0 comments on commit 4406b99

Please sign in to comment.