import {{nameFromPathPascal name}}Input from "./{{nameFromPathCamel name}}.input"; import {{nameFromPathPascal name}}Output from "./{{nameFromPathCamel name}}.output"; /** * {{description}} */ export default async function {{nameFromPathCamel name}}( input: {{nameFromPathPascal name}}Input ): Promise<{{nameFromPathPascal name}}Output> { return input; }