Skip to content

Commit dd670ff

Browse files
committed
Export RcMessage HDR and BDY
1 parent 57d9b20 commit dd670ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rc-message/rc-message.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { XMLBuilder, XMLParser } from "fast-xml-parser";
22

3-
interface HDR {
3+
export interface HDR {
44
[key: string]: string | undefined;
55
}
6-
interface BDY {
6+
export interface BDY {
77
[key: string]: string | undefined;
88
}
99

0 commit comments

Comments
 (0)