namespace TestDataNamespace { export interface VendorImage { Name: string; Default: boolean; Url: string; SmallUrl: string; ThumbnailUrl: string; } }