chore: Update package.json description for clarity

This commit is contained in:
Mauro Balades 2024-07-06 21:17:06 +02:00
parent 1f72a1630d
commit 7cfe4aa88d
15 changed files with 184 additions and 136 deletions

View file

@ -88,7 +88,13 @@ async function writeUpdateFileToDisk(
channel: string,
updateObject: {
updates: {
update: Record<string, string | number | Record<string, string | number | undefined> | undefined>
update: Record<
string,
| string
| number
| Record<string, string | number | undefined>
| undefined
>
}
}
) {