Sanity Library Reference Docs
    Preparing search index...

    Where the generated runtime hosts each of a deployment's workflows and effects, after each runtime block has inherited from the one above it. Every list is name ascending, and an effect name declared by two definitions appears once. The durableFunction lists are what this generator does not emit yet: the rest of the deployment emits normally around them.

    interface RuntimeHosting {
        effects: Record<RuntimeKind, string[]>;
        workflows: Record<RuntimeKind, string[]>;
    }
    Index

    Properties

    Properties

    effects: Record<RuntimeKind, string[]>

    Effect names by resolved kind.

    workflows: Record<RuntimeKind, string[]>

    Definition names by resolved kind.