@ducvnv/mirai-cms-role
Version:
<p align="center"> <a href="https://mirailabs.co/" target="blank"><img src="https://mirailabs.co/_next/static/media/logo.2a6685c4.svg" width="120" alt="Nest Logo" /></a> </p>
9 lines (8 loc) • 412 B
TypeScript
export declare const getApi: (url: any, token: any) => Promise<unknown>;
declare const API: {
postApi: (url: any, body: any, token: any, apiKey: any) => Promise<unknown> | undefined;
putApi: (url: string, body: any, token: any) => Promise<unknown>;
deleteApi: (url: string, body: any, token: string) => Promise<unknown>;
getApi: (url: any, token: any) => Promise<unknown>;
};
export default API;