/** * Example script demonstrating how to use custom fields with the SDK. * * This example shows how to: * 1. Extend a base schema with typed custom fields using withCustomFields() * 2. Parse data with custom fields * 3. Access typed custom field values via dot notation * 4. Extract and validate custom field values with getCustomFieldValue() * * Run with: pnpm example:custom-fields */ export {}; //# sourceMappingURL=custom-fields.d.ts.map