ecspresso
    Preparing search index...

    Interface ResourceDirectValue<T>

    Branded wrapper for storing a value as-is, bypassing factory detection. The value is carried on the symbol key to avoid structural conflicts with user resource types that have a value property. Create via the directValue() helper.

    interface ResourceDirectValue<T> {
        "[RESOURCE_DIRECT]": T;
    }

    Type Parameters

    • T
    Index

    Properties

    "[RESOURCE_DIRECT]": T