UNPKG

atomicals-js

Version:
8 lines (7 loc) 263 B
import { CommandInterface } from "./command.interface"; export declare class CreateDmintItemManifestsCommand implements CommandInterface { private folder; private outputName; constructor(folder: string, outputName: string); run(): Promise<any>; }