Allow ancillary data as a side-channel for intra-image value passing

This commit is contained in:
Tony Garnock-Jones 2021-12-09 22:11:46 +01:00
parent 50eaec69ef
commit dd4af85296
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ export interface Entity {
retract(handle: Handle): void;
message(body: Assertion): void;
sync(peer: Ref): void;
data?: unknown;
}
export type Cap = Ref;