import { CMSType, ModelTypes } from "../../zeus/index.js"; export type ModelFrontType = Pick; export type ViewFrontType = Pick; export type FieldFrontType = Omit & { type: CMSType | string; fields?: Array | undefined | null; };