import { ZambdaFunction } from './ZambdaFunction';
/**
 * Successfully created a zambda
 */
export type ZambdaCreateResponse = ZambdaFunction;
