Skip to content

Commit

Permalink
chore: global moved to types
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Mar 22, 2024
1 parent 4582bad commit bbf8d69
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@ export interface TrapiLog {
message: string;
code: string;
}

declare global {
var job: {
log: (logString: string) => void;
}; // TODO type as Piscina job
}

0 comments on commit bbf8d69

Please sign in to comment.