export default interface WSQDecodeDTO {
    Decode: {
        Wsq: string;
    };
}
