Simplify interiors api for product (#33)

* Simplify interiors api for product

* removed console

Co-authored-by: Arwid Thornström <arwidt@gmail.com>
This commit is contained in:
Niklas Fondberg
2021-09-07 15:38:03 +02:00
committed by GitHub
co-authored by Arwid Thornström
parent f73cc8be5f
commit 3f5a1b9169
4 changed files with 1 additions and 19 deletions
-2
View File
@@ -20,8 +20,6 @@ export enum InteriorType {
export interface InteriorsFilter {
productId: number;
type: InteriorType;
orientation: Orientation;
}
export interface InteriorsFilterInput {