effect-io-ai

Package: effect
Module: Schedule

Schedule.Metadata

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

Signature

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

Source

Since v4.0.0