Skip to content

Commit

Permalink
add missing type used in awp
Browse files Browse the repository at this point in the history
  • Loading branch information
emma-sg committed Jan 11, 2024
1 parent ccedec8 commit 3908679
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export type LoadInfo = {
swError?: string;
newFullImport?: unknown;
name?: string;
importCollId?: string;
};

// ===========================================================================
Expand Down

0 comments on commit 3908679

Please sign in to comment.