/** * Subpath export for all entity types. * * @example * ```typescript * import type { Enrollment, User } from '@timeback/edubridge/types' * ``` */ export * from './types/index'; //# sourceMappingURL=types.d.ts.map