UNPKG

@holochain/tryorama

Version:

Toolset to manage Holochain conductors and facilitate running test scenarios

19 lines (18 loc) 376 B
/** * @internal */ export var _TryCpResponseResult; (function (_TryCpResponseResult) { _TryCpResponseResult["Ok"] = "Ok"; _TryCpResponseResult["Err"] = "Err"; })(_TryCpResponseResult || (_TryCpResponseResult = {})); /** * Empty success response. * * @public */ export const TRYCP_SUCCESS_RESPONSE = null; /** * @public */ export const AppApiResponseOk = "ok";