Files
psp_api/src/inventories/models/response-inventory.dto.ts
T

6 lines
95 B
TypeScript
Raw Normal View History

export interface IInventoryResponse {
name: string
location?: string
isActive: boolean
}