UNPKG

@oystehr/sdk

Version:

Oystehr SDK

6 lines (5 loc) 143 B
import { ZambdaFunction } from './ZambdaFunction'; /** * Successfully created a zambda */ export type ZambdaCreateResponse = ZambdaFunction;