frontend / api/suppliers/types / SupplierRow
Interface: SupplierRow
Defined in: api/suppliers/types.ts:17
Supplier row shape displayed in grid.
Properties
contactName?
optionalcontactName:string|null
Defined in: api/suppliers/types.ts:20
createdAt?
optionalcreatedAt:string|null
Defined in: api/suppliers/types.ts:24
createdBy?
optionalcreatedBy:string|null
Defined in: api/suppliers/types.ts:23
email?
optionalemail:string|null
Defined in: api/suppliers/types.ts:22
id
id:
string
Defined in: api/suppliers/types.ts:18
name
name:
string
Defined in: api/suppliers/types.ts:19
phone?
optionalphone:string|null
Defined in: api/suppliers/types.ts:21