astro-ghostcms/.pnpm-store/v3/files/92/187c93578cb5545a8fca6dc8168...

7 lines
143 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
/**
* Run update and print output to terminal.
*/
declare function updateDb(print?: (str: string) => void): Promise<void>
export = updateDb