UNPKG

@meshwatch/backend-core

Version:

Meshwatch backend core services.

4 lines (3 loc) 227 B
import * as Yup from 'yup'; import { CompleteGettingStartedTaskPayload } from '../db/types'; export declare const COMPLETE_GETTING_STARTED_TASK_SCHEMA: Yup.ObjectSchema<Yup.Shape<object, CompleteGettingStartedTaskPayload>>;