fix: ability to update price list status on admin (#7699)
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user