@levo-so/client
Version:
<img alt="Levo" src="https://static.levocdn.com/png/Levo-Logo.png" width="50" height="50">
8 lines (7 loc) • 335 B
TypeScript
import type { LemaCollection } from '../../types/lema';
import { type LemaFieldRecord } from './generate-interface';
export declare const generateUpdateTypes: ({ file, fields, collections }: {
file: string;
fields: Record<string, LemaFieldRecord>;
collections: Record<string, Omit<LemaCollection, "fields">>;
}) => string;