persona-community-5/.pnpm-store/v3/files/bf/04f21858a22ad77b776426f8d13dcd9a0c70e4f172ab6c40ac2977193d3b0bbf4aa70d39b24f7e84ed2c511ef82c44fb2da95b89115ec6e0422d5df46b029e
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

9 lines
251 B
Plaintext

/// <reference types="node" />
import type * as scandir from '@nodelib/fs.scandir';
export declare type Entry = scandir.Entry;
export declare type Errno = NodeJS.ErrnoException;
export interface QueueItem {
directory: string;
base?: string;
}