issue #
- scheduler/type export
This commit is contained in:
@@ -11,4 +11,6 @@ export * from './scheduler/http/HttpResponseMessage';
|
||||
|
||||
export * from './scheduler/http/HttpApiUrl';
|
||||
|
||||
export * as SchedulerDTO from './scheduler/http/dto';
|
||||
export * as SchedulerDTO from './scheduler/http/dto';
|
||||
|
||||
export * as ScheduleType from './scheduler/type/schedule';
|
||||
3
src/scheduler/type/schedule/index.ts
Normal file
3
src/scheduler/type/schedule/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export * as Day from './ScheduleDay';
|
||||
export * as Status from './ScheduleStatus';
|
||||
export * as Type from './ScheduleType';
|
||||
Reference in New Issue
Block a user