UNPKG

@mondaycom/apps-cli

Version:

A cli tool to manage apps (and monday-code projects) in monday.com

4 lines (3 loc) 175 B
import { z } from 'zod'; import { clientChannelSchema } from '../../services/schemas/notification-schema.js'; export type ClientChannel = z.infer<typeof clientChannelSchema>;