Fix type error
| @@ -5351,7 +5351,7 @@ jQuery(() => { | ||
| 5351 | 5351 | * |
| 5352 | 5352 | * @param {string} sourceName - The name of the source lorebook file. |
| 5353 | 5353 | * @param {string} targetName - The name of the target lorebook file. |
| 5354 | 5354 | * @param {string|number} uid - The UID of the entry to move from the source lorebook. |
| 5355 | 5355 | * @returns {Promise<boolean>} True if the move was successful, false otherwise. |
| 5356 | 5356 | */ |
| 5357 | 5357 | export async function moveWorldInfoEntry(sourceName, targetName, uid) { |