Frodo Library - v4.5.0
    Preparing search index...

    Type Alias McpDocsContextUnresolved

    Returned when a docs target cannot be resolved.

    type McpDocsContextUnresolved = {
        product: null;
        reason: string;
        unresolved: true;
    }
    Index

    Properties

    product: null
    reason: string
    unresolved: true