export type Options = { sourceFolder: string; /** * destinationFolder, relative to the sourceFolder */ destinationFolder?: string; };