UNPKG

@lark-project/cli

Version:

飞书项目插件开发工具

7 lines (6 loc) 263 B
import { AppType } from "../types"; export interface PointTypeAllowedResult { ok: boolean; errors: string[]; } export declare function validatePointTypeAllowed(config: Record<string, unknown> | null | undefined, appType: AppType): PointTypeAllowedResult;