Documentation
    Preparing search index...

    Type Alias SearchContext

    type SearchContext = {
        domain: string;
        publicKey: string;
        visits: { [key: string]: boolean };
    }
    Index

    Properties

    domain: string
    publicKey: string
    visits: { [key: string]: boolean }