Skip to content

Type Alias: DeploymentStreamSubscription

ts
type DeploymentStreamSubscription = object;

An open stream, for as long as the caller wants it.

Properties

close()

ts
close: () => void;

Returns

void