export default interface WSQEncodeDTO { Encode: { Image: string; Compression: number; PPI: number; }; }