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

4.0.0 • 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/dist/fhir/r4/index.js';
// or
import { SupplierList } from '@synanetics/types/dist/fhir/r4/supplierList.js';

interface Example {
  body: SupplierList;
}

Readme

Keywords

Package Sidebar

Install

npm i @synanetics/types

Weekly Downloads

367

Version

4.0.0

License

MIT

Unpacked Size

287 kB

Total Files

132

Last publish

Collaborators

  • sarah-gibson
  • whay-syn
  • synjy
  • synsteve
  • danielpeterbayley
  • tom-synanetics
  • oliverm-wethey
  • gregsynanetics
  • wrobinsonsynanetics
  • synrichardbrown
  • leecampbellsynanetics
  • luke-syn
  • edward-synanetics
  • aviwsynanetics