UNPKG

@acadix/setup

Version:

Acadix Learning Management System backend application project setup

7 lines (6 loc) 189 B
import { DocServerType } from ".."; declare const createServerList: (serverList: DocServerType[]) => { url: string; description: string; }[]; export default createServerList;