summaryrefslogtreecommitdiff
path: root/types/vendorData.d.ts
blob: 55a5bf74c1fd98999c4f5cc75f9cb450b52ae968 (plain)
1
2
3
4
5
6
7
8
9
export interface Tag {
  id?: number
  contractItemId: number
  tagNo: string
  tagType: string
  description?: string | null
  createdAt?: Date | string
  updatedAt?: Date | string
}