export interface ITagGroupAttr {
    TagGroupId?: string;
    TagGroupName: string;
    CreatedById: string;
    CreatedAt: Date;
    UpdatedById: string;
    UpdatedAt: Date;
    AccSystemRefId: string;
    PostedToAccSystemYN: string;
    PostedById: string;
    PostedDateTime: Date;
}
//# sourceMappingURL=tag-group-attr.interface.d.ts.map