@skipruntime/serverType AliasesSkipServerOn this pageSkipServer type SkipServer = object; A running Skip server. Type declaration close() close: () => Promise<void>; Stop accepting new connections, close existing connections, and halt a running service. Returns Promise<void>