🎨 ♻️ deleteDocument, reponse types

This commit is contained in:
Timur Ercan
2023-03-01 15:31:43 +01:00
parent 9bd409e113
commit 891f032468
6 changed files with 11 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
export const getUser = (): Promise<any> => {
export const getUser = (): Promise<Response> => {
return fetch("/api/users/me");
};