Website/db/app/core/dto/ItemLocale.ts

5 lines
94 B
TypeScript
Raw Normal View History

2021-12-18 22:34:07 -05:00
export interface ItemLocale {
Description: string
Name: string
ShortName: string
}