Skip to content

PluginIngest

Defined in: pkgs/plugin-contract/src/index.ts:120

PluginIngest(input): Promise<Readonly<{ envelope: Readonly<{ id: string; wasCreated: boolean; }>; source: Readonly<{ id: string; wasCreated: boolean; }>; }>>

Defined in: pkgs/plugin-contract/src/index.ts:121

IngestInput

Promise<Readonly<{ envelope: Readonly<{ id: string; wasCreated: boolean; }>; source: Readonly<{ id: string; wasCreated: boolean; }>; }>>