import { api as api } from '../../api'; export async function uploadMedia(file: any): Promise { // TODO: implement return {}; }