Sanity Library Reference Docs
    Preparing search index...

    The hosting declarations DefinedWorkflow carries for the generator, collected out of the authored tree. kind is present only when the workflow declared one, so an absent kind inherits the deployment's. effects holds one entry per effect that declared a block, keyed by effect name.

    interface DefinitionRuntime {
        effects?: Record<string, EffectRuntimeBlock>;
        kind?: RuntimeKind;
    }
    Index

    Properties

    Properties

    effects?: Record<string, EffectRuntimeBlock>