mx-ui-components
Version:
mobius ui library
7 lines (6 loc) • 530 B
TypeScript
declare function fetchAPITopic(id: string): Promise<any>;
declare function fetchContent(assetName: string): Promise<any>;
declare function addContentToCmsDita(id: string, cdnUrl: string, assetName: string, createdAt: string, updatedAt: string, assetType: string): Promise<any>;
declare function UpdateCmsIdInTopic(id: string, content: any): Promise<any>;
declare function uploadAssetToCmsMobius(file: File): Promise<string>;
export { fetchAPITopic, fetchContent, addContentToCmsDita, UpdateCmsIdInTopic, uploadAssetToCmsMobius };