/** * Interfaces barrel export (shim) * * This file exists to ensure TypeScript's emitted declaration paths (e.g. `./interfaces.js`) * resolve correctly for consumers. * * See `packages/core/src/dto.ts` for background. */ export * from './interfaces/index'; //# sourceMappingURL=interfaces.d.ts.map