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/interfaces/Equal"(that: RunnerAddress): boolean; "~effect/interfaces/Hash"(): any; "~effect/interfaces/PrimaryKey"(): string; toString(): string;}