Files
freeplanet/src/model/Categories.ts

7 lines
106 B
TypeScript
Raw Normal View History

export interface ICategory {
id?: number,
descr_it?: string
descr_en?: string
descr_es?: string
}