@piiano/vault-client
Version:
Piiano Vault generated typescript client
15 lines • 343 B
TypeScript
export type HTTPCallActionResult = {
/**
* The HTTP status code of the response.
*/
status_code: number;
/**
* The HTTP headers of the response.
*/
headers: Record<string, string>;
/**
* The HTTP body of the response.
*/
body?: string;
};
//# sourceMappingURL=HTTPCallActionResult.d.ts.map