export class DeletePostCommand { constructor(id) { this.id = id; } }