fix: ability to update price list status on admin (#7699)

This commit is contained in:
Riqwan Thamir
2024-06-13 21:29:02 +02:00
committed by GitHub
parent dd1a8e6016
commit 41528ddecf
6 changed files with 67 additions and 10 deletions
@@ -38,6 +38,10 @@ export interface PriceListDTO {
* The price list's title.
*/
title?: string
/**
* The price list's description.
*/
description?: string
/**
* The price list is enabled starting from this date.
*/
@@ -46,6 +50,10 @@ export interface PriceListDTO {
* The price list's status.
*/
status?: PriceListStatus
/**
* The price list's type.
*/
type?: PriceListType
/**
* The price list expires after this date.
*/