8 lines
158 B
TypeScript
8 lines
158 B
TypeScript
import { create as execute } from './execute';
|
|
import { employeeCreateDescription as description } from './description';
|
|
|
|
export {
|
|
description,
|
|
execute,
|
|
};
|