5 lines
155 B
TypeScript
5 lines
155 B
TypeScript
import { getAll as execute } from './execute';
|
|
import { customerGetAllDescription as description } from './description';
|
|
|
|
export { description, execute };
|