@meshwatch/backend-core
Version:
Meshwatch backend core services.
4 lines (3 loc) • 311 B
TypeScript
import { ValidationResponse } from '../../shared/validation/types';
import { CompleteGettingStartedTaskPayload } from '../db/types';
export declare function validateCompleteGettingStartedTaskPayload(payload: CompleteGettingStartedTaskPayload): Promise<ValidationResponse<CompleteGettingStartedTaskPayload>>;