schema-components - v3.7.0
    Preparing search index...
    IsRuntimeDoc: D extends Record<string, unknown>
        ? string extends keyof D ? true : false
        : false

    True for the runtime-document sentinel — a Record<string, unknown> (or wider) where keyof collapses to string. Used to drop narrow-constraint defaults so runtime callers retain the prior freedom to pass arbitrary path/method/status values.

    Type Parameters

    • D