mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-27 16:04:54 +00:00
propagate add
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
import { ICommand } from '@nestjs/cqrs';
|
||||
import { UpdatedSubspaceModelInterface } from '../interfaces';
|
||||
|
||||
export class PropogateSubspaceCommand implements ICommand {
|
||||
constructor(public readonly param: UpdatedSubspaceModelInterface) {}
|
||||
}
|
||||
Reference in New Issue
Block a user