Skip to content

Commit

Permalink
Don't declare an enum type
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatakeshi committed Feb 20, 2020
1 parent c6bc742 commit e1d66d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import { Credentials, CredentialsOptions } from 'aws-sdk/lib/credentials';
export declare const USER_AGENT_HEADER = "x-amz-user-agent";
export declare const USER_AGENT: string;
export declare enum AUTH_TYPE {
export enum AUTH_TYPE {
NONE = "NONE",
API_KEY = "API_KEY",
AWS_IAM = "AWS_IAM",
Expand Down

0 comments on commit e1d66d0

Please sign in to comment.