Skip to content

Commit

Permalink
Fix any
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolezhniuk committed Jan 23, 2025
1 parent c64d7bc commit f4c864f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/iden3comm/types/protocol/attachment.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { MediaType } from '../../constants';
import { JsonDocumentObject } from '../packer';

export type Attachment = {
id: string;
Expand All @@ -8,6 +9,5 @@ export type Attachment = {
};

export type AttachData = {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
json: any;
json: JsonDocumentObject;
};

0 comments on commit f4c864f

Please sign in to comment.