OpenFairyGUI API
    Preparing search index...

    Interface RestoreNodeOptions

    interface RestoreNodeOptions {
        force?: boolean;
        inputDir: string;
        output: string;
        packages?: string[];
        projectType?: number;
    }

    Hierarchy

    • Omit<RestoreOptions, "fs" | "cropImage" | "extractImage">
      • RestoreNodeOptions
    Index
    force?: boolean
    inputDir: string
    output: string
    packages?: string[]
    projectType?: number