Home > @holochain/tryorama > TryCpApiResponse
Possible responses from the Admin and App APIs.
Signature:
export type TryCpApiResponse = AdminApiResponse | AppApiResponse | TryCpControlResponse | ApiErrorResponse;
References: AdminApiResponse, AppApiResponse, TryCpControlResponse, ApiErrorResponse