UNPKG

@meshwatch/backend-core

Version:

Meshwatch backend core services.

4 lines (3 loc) 244 B
import { CreateAlertDTO } from '@meshwatch/types'; import { ValidationResponse } from '../../shared/validation/types'; export declare function validateCreateAlertPayload(payload: CreateAlertDTO): Promise<ValidationResponse<CreateAlertDTO>>;