Home > @holochain/client > AppSignal AppSignal type Signature: export type AppSignal = { cell_id: CellId; zome_name: string; payload: unknown; }; References: CellId