Skip to content

Commit 0a91969

Browse files
committed
feat: update name for registry credentials type
1 parent ce31ffb commit 0a91969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ export interface GetTimeDifferenceParamsType {
11461146
fallbackString?: string
11471147
}
11481148

1149-
export enum OtherRegistryAuthenticationType {
1149+
export enum RegistryCredentialsType {
11501150
USERNAME_PASSWORD = 'username_password',
11511151
ANONYMOUS = 'anonymous',
11521152
}

0 commit comments

Comments
 (0)