@synanetics/types

1.6.1 • Public • Published

@synanetics/types

A collection of shared types.

Example Usage

fhir r4

import { FhirR4 } from '@synanetics/types';

interface Example {
  body: FhirR4.SupplierList;
}

// or
import { SupplierList } from '@synanetics/types/lib/fhir/r4';

interface Example {
  body: SupplierList;
}

Readme

Keywords

Package Sidebar

Install

npm i @synanetics/types

Weekly Downloads

176

Version

1.6.1

License

MIT

Unpacked Size

53.8 kB

Total Files

15

Last publish

Collaborators

  • oliverm-wethey
  • synrichardbrown
  • gregsynanetics
  • tom-synanetics
  • danielpeterbayley
  • leecampbellsynanetics
  • davidtolman
  • synsteve