interface MakePublishResult { movedList: string[]; ignoredList: string[]; } export default MakePublishResult;