- fix: to export a Component in typescript, you need to create index.ts in each subfolder of the components folder !
This commit is contained in:
6
src/model/Categories.ts
Normal file
6
src/model/Categories.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface ICategory {
|
||||
id?: number,
|
||||
descr_it?: string
|
||||
descr_en?: string
|
||||
descr_es?: string
|
||||
}
|
||||
@@ -4,3 +4,5 @@ export * from './signin-option'
|
||||
export * from './signup-option'
|
||||
export * from './key-value'
|
||||
export * from './payload'
|
||||
|
||||
export * from './Categories'
|
||||
|
||||
Reference in New Issue
Block a user