export interface ArtLabel {
    title: string;
    makerLine: string;
    description: string;
    notes: any;
    date: string;
}
