0.0.1 • Published 6 years ago

@civix/osdi-types v0.0.1

Weekly downloads
3
License
MIT
Repository
-
Last release
6 years ago

OSDI Types

Typescript type definitions for the Open Supporter Data Interface (OSDI) specification, which defines data structures for interoperability among products in the progressive cause-based, campaign and non-profit marketplace.

These interfaces were scraped from the OSDI Documentation and manually edited to ensure accuracy to OSDI version 1.2.0.

More Information about OSDI can be found at: opensupporter.org

Definitions by: Civix https://github.com/civix-team & Nate Moore https://natemoo.re

Usage

npm i -D @osdi/types
// import all types
import * as osdi from '@civix/osdi-types';
// OR import specific type
import { Organization } from '@civix/osdi-types';