Skip to content

Commit

Permalink
fixed minor issue with data type
Browse files Browse the repository at this point in the history
  • Loading branch information
jjoel1630 committed Nov 13, 2024
1 parent 174e002 commit 173af0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ type ContentFileType = {

type MCAPFileInformationNew = {
id: string;
schema_versions?: null;
mcap_files: FileType[];
mat_files: FileType[];
content_files: ContentFileType[];
Expand Down

0 comments on commit 173af0c

Please sign in to comment.