UNPKG

mfdoc

Version:

Auto generate JS SDK and HTTP API documentation

8 lines (7 loc) 231 B
export interface MfdocEndpointsTableOfContent { filepath?: string; /** basename with method if item is an endpoint */ basename: string; names: string[]; children: Record<string, MfdocEndpointsTableOfContent>; }