Home > @holochain/client > EnableAppResponse
Signature:
export type EnableAppResponse = {
app: AppInfo;
errors: Array<[CellId, string]>;
};
Home > @holochain/client > EnableAppResponse
Signature:
export type EnableAppResponse = {
app: AppInfo;
errors: Array<[CellId, string]>;
};