TokensList: Token[] & {
    links: {
        [key: string]: {
            href: string | null;
            title: string | null;
        };
    };
}

Type declaration

  • links: {
        [key: string]: {
            href: string | null;
            title: string | null;
        };
    }
    • [key: string]: {
          href: string | null;
          title: string | null;
      }
      • href: string | null
      • title: string | null

Generated using TypeDoc