mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
🎨 ♻️ deleteDocument, reponse types
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
export const getDocuments = (): any => {
|
||||
export const getDocuments = (): Promise<Response> => {
|
||||
return fetch("/api/documents", {
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
|
||||
Reference in New Issue
Block a user