6 Matching Annotations
  1. Jun 2023
  2. Dec 2022
  3. Apr 2021
  4. Oct 2020
  5. 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; }; }