UNPKG

myathhhh

Version:

Atomicals Javascript Library and CLI - atomicals.xyz

17 lines (16 loc) 445 B
export interface FileMap { [inputIndex: string]: { directory: string; files: { [fileName: string]: { fileName: string; fileNameWithExtension: string; detectedExtension: string; fullPath: string; contentType: string; contentLength: number; body: any; }; }; }; }