mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-29 23:00:08 +02:00

Convert file-tree util files to typescript GitOrigin-RevId: bdf8d0655a543a216f028bc8477c3ee47aba5566
4 lines
203 B
TypeScript
4 lines
203 B
TypeScript
import { postJSON } from '../../../infrastructure/fetch-json'
|
|
|
|
export const refreshProjectMetadata = (projectId: string, entityId: string) =>
|
|
postJSON(`/project/${projectId}/doc/${entityId}/metadata`)
|