frontend/.pnpm-store/v3/files/92/187c93578cb5545a8fca6dc8168a6a6f03feaee8e426c01649f5a1c2791ae5c28b1f412a5ef3c7cf9d38d9b1629a66c1855efc921a102ff9c7bbe89ceb044c

7 lines
143 B
Plaintext

/**
* Run update and print output to terminal.
*/
declare function updateDb(print?: (str: string) => void): Promise<void>
export = updateDb