Add publishing date (#107)

This commit is contained in:
Niklas Fondberg
2022-03-10 16:22:03 +01:00
committed by GitHub
parent c4e04dc616
commit cf6b1fd56e
8 changed files with 4166 additions and 4051 deletions
+1
View File
@@ -16,6 +16,7 @@ export interface ProductInfoInput {
designerId: Maybe<number>;
browsable: boolean;
visible: boolean;
publishingDate: Date;
printFileWidth: number;
printFileHeight: number;
printFileDpi: number;