UNPKG

@paroicms/server

Version:
11 lines (10 loc) 373 B
import type { ScFieldType, ScSiteSchema } from "@paroicms/public-anywhere-lib"; export declare function getNodeTypeLabel(siteSchema: ScSiteSchema, options: { typeName: string; language: string; }): string; export declare function getFieldLabel(siteSchema: ScSiteSchema, options: { typeName: string; language: string; fieldType: ScFieldType; }): string;