import { axiosInstance } from "@/axios"; import type { DjangoPaginated, PaymentType } from "./types"; export const getPaymentTypes = () => { return axiosInstance.get>>("/operateur/"); };