/** * Example script demonstrating the plugin framework. * * This example shows how to: * 1. Define a plugin with custom fields via `definePlugin({ schemas })` * 2. Access the typed `common` schema for validation * 3. Read typed custom field values directly * * Run with: pnpm example:plugins */ export {}; //# sourceMappingURL=plugins.d.ts.map