ohctechv3/.svn/pristine/ba/ba638b5a115bf962147a571f9c482db5ce879698.svn-base
2024-10-28 15:03:36 +05:30

7 lines
143 B
Plaintext

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