Sanity Library Reference Docs
    Preparing search index...

    One provider lifecycle call's scope: the resource document as it arrives from the blueprint service (parsed and validated at this boundary) and a client bound to the deployment's workflowResource.

    interface WorkflowResourceScope {
        client: WorkflowClient;
        resource: unknown;
        telemetry?: WorkflowTelemetryLogger;
    }

    Hierarchy (View Summary)

    Index

    Properties

    resource: unknown