/**
 * {{description}}
 */
export default async function {{nameFromPathCamel name}}(
  input: any
): Promise<any> {
  return input;
}
