UNPKG

alepha

Version:

Easy-to-use modern TypeScript framework for building many kind of applications.

11 lines (9 loc) 556 B
// Browser exports for api-organizations module // Only exports types and schemas that are safe for browser usage export type { AdminOrganizationController } from "./controllers/AdminOrganizationController.ts"; export * from "./entities/organizations.ts"; export * from "./schemas/createOrganizationSchema.ts"; export * from "./schemas/organizationQuerySchema.ts"; export * from "./schemas/organizationResourceSchema.ts"; export * from "./schemas/updateOrganizationSchema.ts"; export type { OrganizationService } from "./services/OrganizationService.ts";