import type { ICommand } from '@nestjs/cqrs'; export class <%= commandClassName %> implements ICommand { constructor() {} }