UNPKG

@oystehr/sdk

Version:

Oystehr SDK

8 lines (6 loc) 275 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 ZambdaExecutePublicResponse = ZambdaExecuteResult;