Update ImportList.ts

This commit is contained in:
Steel City Phantom 2024-10-08 13:36:47 -04:00 committed by GitHub
parent 55206d232d
commit 0cb0a2f46e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,6 +24,7 @@ interface ImportList extends ModelBase {
configContract: string;
infoLink: string;
tags: number[];
retroApplyTags: boolean;
}
export default ImportList;