main
Last change
on this file since 057453c was 057453c, checked in by Naum Shapkarovski <naumshapkarovski@…>, 5 weeks ago |
feat: implement employees
|
-
Property mode
set to
100644
|
File size:
370 bytes
|
Line | |
---|
1 | export * from './customer';
|
---|
2 | export * from './invoice';
|
---|
3 |
|
---|
4 | export * from './models/customer';
|
---|
5 | export * from './models/invoice';
|
---|
6 | export * from './models/employee';
|
---|
7 |
|
---|
8 | // If not already exported, also export the schemas
|
---|
9 | export {
|
---|
10 | employeeSchema,
|
---|
11 | employeeStatusSchema,
|
---|
12 | employeeTableFilterValueSchema,
|
---|
13 | employeeTableFiltersSchema,
|
---|
14 | newEmployeeSchema,
|
---|
15 | } from './employee';
|
---|
Note:
See
TracBrowser
for help on using the repository browser.