import { ZambdaFunction } from './ZambdaFunction';
/**
 * The requested Zambda Function
 */
export type ZambdaGetResponse = ZambdaFunction;
