Type Alias: DeploymentStreamEventOf<T>
ts
type DeploymentStreamEventOf<T> = Extract<DeploymentStreamEvent, {
type: T;
}>;One kind of frame, selected from the union by its type.
Type Parameters
| Type Parameter |
|---|
T extends DeploymentStreamEvent["type"] |