Data interface for the type of an actor run result.

interface IActorRdfUpdateQuadsOutput {
    execute: () => Promise<void>;
}

Hierarchy (View Summary)

Properties

Properties

execute: () => Promise<void>

Async function that resolves when the update operation is done.