nsuite - v1.0.1
    Preparing search index...

    Interface ReturnPutDir

    interface ReturnPutDir {
        failItems: PathPair[];
        success: boolean;
        successItems: PathPair[];
    }
    Index
    failItems: PathPair[]
    success: boolean
    successItems: PathPair[]