export interface Catalog { InternalID: number; UUID: string; ExternalID: string; CreationDate: string; Description: string; ExpirationDate: string; Hidden: boolean; IsActive: boolean; ModificationDateTime: string; }