@brontosaurus/db
Version:
:ocean: Schema for brontosaurus
7 lines (6 loc) • 409 B
TypeScript
import * as AccountRawController from "./account";
import * as ApplicationRawController from "./application";
import * as DecoratorRawController from "./decorator";
import * as GroupRawController from "./group";
import * as OrganizationRawController from "./organization";
export { AccountRawController, ApplicationRawController, DecoratorRawController, GroupRawController, OrganizationRawController };