export interface TagInfo { tag: string; type: string | undefined; name: string[] | undefined; defaultValue: string | undefined; description: string[] | undefined; }