digicust_types

types package

This package contains important types for communication with and within Digicust services, including:

  • message contracts for communication between services
  • common data types interfaces
  • digicust-specific data structures

Usage

  1. Install Digicust Types package using NPM
npm i digicust_types
  1. Import your required interfaces using JavaScript's import module syntax
import {
CaseModel,
CaseStatus,
UploadedFileModel,
StartDataExtractionDto,
DocumentStatus,
} from "digicust_types"

Interfaces

We believe that the definition of the typescript interfaces are their best documentation themselves. Find all models here:

Development

tsc
npm run git deploy

Deployment

npm run build