export interface ArtAcquisition {
    method: string;
    date: string;
    creditLine: string;
}
