@brivioio/api-server-types
v2.0.0
Published
TypeScript type definitions for Brivio API Server
Maintainers
Readme
@brivioio/api-server-types
TypeScript type definitions for Brivio API Server.
Installation
npm install @brivioio/api-server-types
# or
yarn add @brivioio/api-server-typesUsage
import {
IPosition,
ICandidate,
IOrganization,
IAdmin,
AdminPositionsAPITypes,
CandidatePositionsAPITypes,
// ... and more
} from '@brivioio/api-server-types';Available Types
This package includes type definitions for:
- Admin Types: Admin user interfaces and API types
- Candidate Types: Candidate profiles, authentication, and API types
- Organization Types: Organization data and API types
- Position Types: Job position interfaces and API types
- Enums: All enumerations used across the API
- Utils: Common utility types like
IResponse
Development
To build this package from source:
# Install dependencies
yarn install
# Build the package
yarn build
# Publish to npm (requires authentication)
npm publishLicense
MIT
