7 Matching Annotations
  1. Sep 2024
  2. Jun 2023
  3. Dec 2022
  4. Apr 2021
  5. Oct 2020
  6. Sep 2020
    1. Extend ActionConfig interface in rfc-extended.d.ts file with new params: import * as RFC from 'react-fetching-library'; declare module 'react-fetching-library' { export interface ActionConfig { // Only new params skipAuth: boolean; params: any; }; }