Skip to content

Commit

Permalink
fix(types): use interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Oct 14, 2023
1 parent d4f9185 commit f7df48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/module.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export class Props
export interface Props
{
"application.process.binary": string;
"application.process.id": string;
Expand Down

0 comments on commit f7df48a

Please sign in to comment.