We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d9b20 commit dd670ffCopy full SHA for dd670ff
src/rc-message/rc-message.ts
@@ -1,9 +1,9 @@
1
import { XMLBuilder, XMLParser } from "fast-xml-parser";
2
3
-interface HDR {
+export interface HDR {
4
[key: string]: string | undefined;
5
}
6
-interface BDY {
+export interface BDY {
7
8
9
0 commit comments