/** * FFMPEG Compression Level Interface. * * @author Joshua Clifford Reyes */ export default interface FFMPEGCompressionLevelInterface { jpeg: string; png: string; }