astro-ghostcms/.pnpm-store/v3/files/83/c29c1de11a7fe92c00dacb1aa0d...

10 lines
319 B
Plaintext

/**
* @param {Schema[]} definitions
* @param {string} [space]
* @returns {Schema}
*/
export function merge(definitions: Schema[], space?: string | undefined): Schema;
export type Properties = import('./schema.js').Properties;
export type Normal = import('./schema.js').Normal;
import { Schema } from './schema.js';