Type alias Server

Server: {
    config: Config;
    start: ((port) => Promise<Server>);
    [property: string]: Property;
}

each server, be it express or uws has those props

Type declaration

Generated using TypeDoc