1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2025-11-23 21:34:49 +02:00

Add type declarations for data JSON entry (#13510)

This commit is contained in:
LitoMore
2025-07-02 15:50:03 +08:00
committed by GitHub
parent dcb6a324f2
commit e44fbde35e
10 changed files with 94 additions and 104 deletions

View File

@@ -34,7 +34,7 @@ process.on('uncaughtException', (error) => {
}
});
/** @type {import('../sdk.js').IconData[]} */
/** @type {import('../types.d.ts').IconData[]} */
const iconsData = JSON.parse(await getIconsDataString());
const jsonSchema = await getJsonSchemaData();