persona-community-5/.pnpm-store/v3/files/5e/6c93e38b55e169b633ff942ed8803f09dfbf0fcde601f2dbda2e138c3cfdaa32146de04a962f922bb0137ed3ab4d302716fddf314a02df21f2d06932b91251
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

6 lines
162 B
Plaintext

export interface IConfig {
onError(e: Error): void;
}
export declare const config: IConfig;
export declare const setConfig: (conf: Partial<IConfig>) => void;