@civix/osdi-types
v0.0.1
Published
Typescript definitions for Open Supporter Data Interface (OSDI)
Downloads
2
Readme
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';