@civix/osdi-types
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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';

Readme

Keywords

none

Package Sidebar

Install

npm i @civix/osdi-types

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

76.6 kB

Total Files

47

Last publish

Collaborators

  • natemoo-re