Skip to content

Commit

Permalink
update made type global
Browse files Browse the repository at this point in the history
  • Loading branch information
Oba-One committed Jul 31, 2024
1 parent e1cf5f2 commit 8bf66fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/types/app.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ declare interface Metric extends CreateMetric {
createdAt: string;
}

type Contract = {
declare type Contract = {
id: string;
contractAddress: string;
deployerAddress: string;
Expand Down

0 comments on commit 8bf66fc

Please sign in to comment.