export interface TagResource { CanonicalTagName: string; Color: string; Description: string; Id: string; Name: string; SortOrder: number; }