mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 09:20:01 +02:00
chore: Update package.json description for clarity
This commit is contained in:
parent
1f72a1630d
commit
7cfe4aa88d
15 changed files with 184 additions and 136 deletions
|
@ -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
|
||||
>
|
||||
}
|
||||
}
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue