product item model

This commit is contained in:
hannathkadher
2024-12-20 10:35:11 +04:00
parent e18214c717
commit 61c17c2e95
4 changed files with 159 additions and 14 deletions

View File

@ -21,6 +21,12 @@ export interface IModifySubspaceModelInterface {
delete?: IDeletedSubsaceModelInterface[];
}
export interface IModifiedProductItemsModelsInterface {
new?: SubspaceProductItemModelEntity[];
update?: SubspaceProductItemModelEntity[];
delete?: string[];
}
export interface IUpdateSubspaceModelInterface {
subspaceName?: string;
uuid: string;