/** * Re-exports schema and OpenAPI helpers from `@wp-typia/block-runtime`. * This adapter preserves the public `@wp-typia/project-tools/schema-core` * path while sharing the canonical implementation with block-runtime. * @module */ export * from '@wp-typia/block-runtime/schema-core';