mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 21:04:53 +00:00
product item model
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user