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