UNPKG

@3kles/3kles-corebe

Version:
6 lines (5 loc) 89 B
export interface IHealth { status(): Promise<{ [key: string]: any; }>; }