Variable axiosFetchConst

axiosFetch: {
    get: (<T>(url) => any);
    post: (<T>(url, body) => any);
} = ...

Type declaration

  • get: (<T>(url) => any)
      • <T>(url): any
      • Type Parameters

        • T

        Parameters

        • url: string

        Returns any

  • post: (<T>(url, body) => any)
      • <T>(url, body): any
      • Type Parameters

        • T

        Parameters

        • url: string
        • body: object

        Returns any

Generated using TypeDoc