@acrolinx/sidebar-interface
    Preparing search index...

    Interface MatchLocation

    interface MatchLocation {
        title?: string;
        type: string;
        values: { [key: string]: string };
    }
    Index

    Properties

    Properties

    title?: string
    type: string
    values: { [key: string]: string }