/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
apps/api/src/app/shared/commands/organization.command.ts
7 строк
237 B
Dima Grossman
Notification Infrastructure seed release (#73)
07 ноя 2021, 23:14
07 ноя 2021, 23:14
bf559f6
Код
Авторство
О чём код?
import { IsNotEmpty } from 'class-validator'; import { AuthenticatedCommand } from './authenticated.command'; export abstract class OrganizationCommand extends AuthenticatedCommand { @IsNotEmpty() readonly organizationId: string; }