RunnerAddress
Constructors
Models
RunnerAddress
Added in v1.0.0
Source
Signature
declare class RunnerAddress extends { readonly host: string; readonly port: number;} { constructor(...args: [props: { readonly host: string; readonly port: number; }, options?: MakeOptions]); readonly [TypeId]: symbol; [NodeInspectSymbol](): string; "~effect/Equal"(that: RunnerAddress): boolean; "~effect/Hash"(): any; "~effect/PrimaryKey"(): string; toString(): string;}