persona-community-5/.pnpm-store/v3/files/77/35422e2e721e862235438fdd93dd5a8f55187d9138d7a2bb542e04b2826e59b730da2bee46011c517e894307a3dca2ff1b16c68c6600f68c8510dca0fa3fb8
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

5 lines
160 B
Plaintext

/// <reference types="node" />
import type * as fs from 'fs';
export declare type Stats = fs.Stats;
export declare type ErrnoException = NodeJS.ErrnoException;