export const getDocuments = (): Promise => { return fetch("/api/documents", { headers: { "Content-Type": "application/json", }, }); };