Home > @holochain/client > CellInfo
Signature:
export type CellInfo = {
type: CellType.Provisioned;
value: ProvisionedCell;
} | {
type: CellType.Cloned;
value: ClonedCell;
} | {
type: CellType.Stem;
value: StemCell;
};
References: CellType.Provisioned, ProvisionedCell, CellType.Cloned, ClonedCell, CellType.Stem, StemCell