persona-community-5/.pnpm-store/v3/files/de/d328804d22d171e2327d40465c5868cdb942161e67417f472bea0c1582bb24e4b81037b9424ba3e6c4bf01aed292437b556e47df30f69cfd32f86d39ff360a
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

7 lines
134 B
Plaintext

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