export default interface WSQDecodeResponseDTO { Decode: { Success: boolean; Image: string; }; }