templatesApi: {
    getAll: () => Promise<AxiosResponse<any, any, {}>>;
    getById: (id: number) => Promise<AxiosResponse<any, any, {}>>;
} = ...

Type declaration

  • getAll: () => Promise<AxiosResponse<any, any, {}>>
  • getById: (id: number) => Promise<AxiosResponse<any, any, {}>>