Skip to content

Commit

Permalink
fix ts errors
Browse files Browse the repository at this point in the history
  • Loading branch information
adileo committed Feb 1, 2023
1 parent a17ce2e commit 2b85bca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/d3chart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import prettyBytes from "pretty-bytes";
import { v4 as uuidv4 } from "uuid";
import pSBC from "shade-blend-color";

const depthmap = {
const depthmap: any = {
0: 0,
1: -0.2,
2: -0.35,
Expand Down
2 changes: 2 additions & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
declare module "mongoid-js";
declare module "shade-blend-color";

interface DiskItem {
id: string;
name: string;
Expand Down

0 comments on commit 2b85bca

Please sign in to comment.