mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
@@ -1,7 +1,12 @@
|
||||
import { ProductDTO } from '@generated/swagger/cat-search-api';
|
||||
|
||||
export interface Product extends ProductDTO {
|
||||
name: string;
|
||||
contributors: string;
|
||||
catalogProductNumber: string;
|
||||
ean: string;
|
||||
format: string;
|
||||
formatDetails: string;
|
||||
formatDetail: string;
|
||||
volume: string;
|
||||
manufacturer: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user