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

5 lines
86 B
TypeScript
Raw Normal View History

2021-12-18 22:34:07 -05:00
export interface ItemOption {
id: string
name: string
shortName?: string
}