Re-export API Schema types
All checks were successful
Publish Package / build-and-publish (push) Successful in 4s
All checks were successful
Publish Package / build-and-publish (push) Successful in 4s
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
export { OwlBoardClient } from './lib/client.js';
|
||||
export { ValidationError, ApiError } from './lib/errors.js';
|
||||
|
||||
// Re-export API Schema types
|
||||
export type * from '@owlboard/api-schema-types'
|
||||
|
||||
// Useful exports for Type Hinting
|
||||
export { PisModule } from './modules/pis.js';
|
||||
export { LocationFilterModule } from './modules/locationFilter.js';
|
||||
export { LocationFilterModule } from './modules/locationFilter.js';
|
||||
|
||||
Reference in New Issue
Block a user