interface ServerStackItem {
    handle: ServerHandle;
    route: string;
}

Properties

Properties

handle: ServerHandle
route: string