@@ -1,4 +1,6 @@
-export function SourceMapArtifact(params = {}) {
+import {Artifact} from 'sentry/types';
+
+export function SourceMapArtifact(params: Partial<Artifact> = {}): Artifact {
return {
sha1: '111111111',
dist: null,