Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Type aliases

TaxJson

TaxJson: { tax_id: number; tax_label: string; tax_percent: string }

Type of JSON object recieved by pg driver for Tax entities

see

Tax

see

TaxDao

Type declaration

  • tax_id: number
  • tax_label: string
  • tax_percent: string

Generated using TypeDoc