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