pop theme
This commit is contained in:
@@ -82,13 +82,17 @@ class SaleFormatDTO {
|
||||
}
|
||||
|
||||
//#################################
|
||||
export class ThemeDTO {
|
||||
@Expose()
|
||||
title: string;
|
||||
}
|
||||
|
||||
export class ThemeValueDTO {
|
||||
@Expose()
|
||||
_id: string;
|
||||
|
||||
@Expose()
|
||||
theme: string;
|
||||
theme: ThemeDTO;
|
||||
|
||||
@Expose()
|
||||
name?: string;
|
||||
|
||||
Reference in New Issue
Block a user