@custouch/jssdk
    Preparing search index...

    Type Alias SignCodeQueryResponse

    SignCodeQueryResponse: SignCodeBaseResponse & {
        createdAt?: string;
        expiredAt?: string;
        issuedAt?: string;
        properties?: SignCodeProperty[];
        status?: string | number;
    }