Interface Artwork

interface Artwork {
    id: number;
    path?: string;
}

Properties

Properties

id: number
path?: string