Home > @holochain/client > AppInfo
Signature:
export type AppInfo = {
agent_pub_key: AgentPubKey;
installed_app_id: InstalledAppId;
cell_info: Record<RoleName, Array<CellInfo>>;
status: InstalledAppInfoStatus;
};
References: AgentPubKey, InstalledAppId, RoleName, CellInfo, InstalledAppInfoStatus