package cn.reactnative.modules.update;

class CopyGroupResult {
    String from;
    String[] toPaths;
}
