Sanity Library Reference Docs
    Preparing search index...

    The two lines the developer adds by hand, returned when the generator cannot insert them itself.

    interface ManualBlueprintWiring {
        importLine: string;
        path: string;
        spreadLine: string;
    }
    Index

    Properties

    importLine: string
    path: string
    spreadLine: string