@koloseum/types
v0.4.4
Published
Type definitions for use across Koloseum web apps (TypeScript)
Readme
@koloseum/types
This package contains shared TypeScript types for the Koloseum platform. It is company IP, published so microservices can depend on a single versioned contract; it is not an invitation to reuse the types in other products. See the platform's engineering showcase for more info.
Install
npm i -D @koloseum/typesModules
| Export | Purpose |
| ------------------------------------ | ----------------------------------------------------------------------------------------------- |
| @koloseum/types/database | Hand-written database helpers layered on the generated schema |
| @koloseum/types/database-generated | Generated PostgreSQL types from the Koloseum schema |
| @koloseum/types/general | Cross-cutting platform types |
| @koloseum/types/schemas/* | Per-schema contracts |
| @koloseum/types/client/* | Client-facing models for schema domains |
| @koloseum/types/external/* | Typed shapes for external services (i.e. GavaConnect, IGDB, Paystack, SuprSend, Twilio, Valkey) |
Licence
UNLICENSED. All rights reserved by Koloseum Technologies Limited. No grant of use, copy or modification is implied.
Author
- Davy Kamanzi – Head of Technology and Community Relations | @DavyK17
