/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
apps/api/src/app/auth/usecases/switch-environment/switch-environment.command.ts
7 строк
226 B
Adam Chmara
chore(root): apply biome formatter & linter fixes NV-6436 (#8838)
31 июл 2025, 14:59
Не верифицирован
31 июл 2025, 14:59
855fb8f
Код
Авторство
О чём код?
import { OrganizationCommand } from '@novu/application-generic'; import { IsNotEmpty } from 'class-validator'; export class SwitchEnvironmentCommand extends OrganizationCommand { @IsNotEmpty() newEnvironmentId: string; }