hacifootprint
hcifootprintType Aliases

UpdateResult

Type Alias: UpdateResult

UpdateResult = { attributed: boolean; ok: true; transition: TransitionRecord; version: number; } | { issues: string; ok: false; reason: "UNCLONEABLE_DELTA"; } | { ok: false; pending: string[]; reason: "UNKNOWN_TRANSITION"; }

Defined in: src/atom/types.ts:2266

On this page