Type Alias ResolvePartialRuntime<runtime>

ResolvePartialRuntime<runtime>: {
    OtherValue: GetDefault<runtime, "OtherValue", unknown>;
    ScopeValue: GetDefault<runtime, "ScopeValue", unknown>;
    StackValue: GetDefault<runtime, "StackValue", unknown>;
    State: GetDefault<runtime, "State", null>;
}

Type Parameters

MMNEPVFCICPMFPCPTTAAATR