Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

BatchCreateEvent

BatchCreateEvent: { batchId: number; company: string; uuids: number[] }

Type declaration

  • batchId: number
  • company: string
  • uuids: number[]

BatchTransferEvent

BatchTransferEvent: { batchId: number; from: string; to: string; transportId: number; uuid: number }

Type declaration

  • batchId: number
  • from: string
  • to: string
  • transportId: number
  • uuid: number

CreateTransactionEvents

CreateTransactionEvents: { BatchCreate: BatchCreateEvent }

Type declaration

Generated using TypeDoc