UNPKG

@paroicms/server

Version:
8 lines (7 loc) 158 B
export interface ApiSearchResult { html?: string; total: number; } export declare function healthCheckController(): Promise<{ status: string; }>;