Hyperlinkv0.8.0-beta.28

Schedule

Schedule.Metadatainterfaceeffect/Schedule.ts:103
Metadata<Output, Input>

Extended metadata that includes both input metadata and the output value from the schedule.

metadata
export interface Metadata<Output = unknown, Input = unknown> extends InputMetadata<Input> {
  readonly output: Output
  readonly duration: Duration.Duration
}
Referenced by 8 symbols