astro-ghostcms/.pnpm-store/v3/files/bf/04f21858a22ad77b776426f8d13...

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;
}