Ensure that the ApiErrorCode type is exported
All checks were successful
Publish Package / build-and-publish (push) Successful in 11s

This commit is contained in:
2026-04-28 17:52:45 +01:00
parent eb8bee65d9
commit 50c2e5f427

View File

@@ -1,5 +1,5 @@
export { OwlBoardClient } from './lib/client.js';
export { ValidationError, ApiError } from './lib/errors.js';
export { ValidationError, ApiError, type ApiErrorCode } from './lib/errors.js';
// Re-export API Schema types
export type * from '@owlboard/api-schema-types'