5 lines
94 B
TypeScript
5 lines
94 B
TypeScript
export interface ItemLocale {
|
|
Description: string
|
|
Name: string
|
|
ShortName: string
|
|
} |