Package: effect
Module: Schedule
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
}
Since v4.0.0