UNPKG

@oystehr/sdk

Version:

Oystehr SDK

8 lines (6 loc) 269 B
// AUTOGENERATED -- DO NOT EDIT import { ZambdaExecuteResult } from './ZambdaExecuteResult'; /** * Zambda Function was executed successfully. The response body contains the output from the Zambda Function. */ export type ZambdaExecuteResponse = ZambdaExecuteResult;