UNPKG

@oystehr/sdk

Version:

Oystehr SDK

6 lines (5 loc) 140 B
import { ZambdaFunction } from './ZambdaFunction'; /** * The requested Zambda Function */ export type ZambdaGetResponse = ZambdaFunction;