1.0.0-beta.1 • Published 6 years ago
octs v1.0.0-beta.1

octs
octs is library of TypeScript interfaces that takes an approach
to befriend large OCDS JSONs with your per-project routine of
writing whole lotta interfaces for them.
It consists of two main parts: standard and extensions.
standard
This includes all types and interfaces from bare OCDS v1.1.4 standard.
import { Item } from 'octs';Note, that some top-level entities like Tender or Planning
are not included here, because they tend to change from project
to project.
extensions
import { Observation } from 'octs/extensions/metrics';
import { Requirement } from 'octs/extensions/requirements';Please note, that all the extensions are imported from their respective
folder under the extensions module.
1.0.0-beta.1
6 years ago
1.0.0-beta.0
6 years ago