export interface ITagData {
    tag: string;
    type?: number;
}
//# sourceMappingURL=ITagData.d.ts.map