persona-community-5/.pnpm-store/v3/files/20/0f63a5e795f2bee247243a4c4491e5326ce02dc6c250a8f2e424626ed33adb8fdf44ef0277ccb02336c087efda4b5b3f38f0946027612e17af83c531b8cd88
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
165 B
Plaintext

import {ReadonlyDeep} from 'type-fest';
import globalsJson = require('./globals.json');
declare const globals: ReadonlyDeep<typeof globalsJson>;
export = globals;