Update comments

This commit is contained in:
2023-11-01 11:18:05 +07:00
parent e8457d8e2c
commit 12a43f31c0
3 changed files with 6 additions and 1 deletions
@@ -1,6 +1,9 @@
// Constants
import { BASE_URL } from '../constants/path';
// Types
import { TResponse } from '../globals/types';
type TMethodRequest = 'GET' | 'POST' | 'PUT' | 'DELETE';
export const sendRequest = async (