Skip to content

Commit

Permalink
any -> unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee committed Oct 8, 2022
1 parent 66ccf79 commit ec0b816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/manager/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export interface UpdateArtifactsResult {
file?: FileChange;
}

export interface UpdateArtifact<T = Record<string, any>> {
export interface UpdateArtifact<T = Record<string, unknown>> {
packageFileName: string;
updatedDeps: PackageDependency<T>[];
newPackageFileContent: string;
Expand Down

0 comments on commit ec0b816

Please sign in to comment.