Type alias SearchContext

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

Type declaration

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

Generated using TypeDoc