Namespace StagerListenerReq
Type aliases
AsObject
As
Object: { acme: boolean; cert: Uint8Array | string; data: Uint8Array | string; host: string; key: Uint8Array | string; port: number; protocol: StageProtocolMap[keyof StageProtocolMap] }
Type declaration
-
acme: boolean
-
cert: Uint8Array | string
-
data: Uint8Array | string
-
host: string
-
key: Uint8Array | string
-
port: number
-