// SPDX-License-Identifier: ISC // Copyright © 2021 siddharth package process type ProcessConfig struct { YDLPath string DumpDir string }