UNPKG

@oystehr/sdk

Version:

Oystehr SDK

20 lines (18 loc) 317 B
// AUTOGENERATED -- DO NOT EDIT export interface ZambdaExecuteResult { /** * HTTP status code from the Zambda Function */ status: number; /** * JSON response payload from the Zambda Function */ output: | { [k: string]: any; } | any[] | string | number | null; }