Hyperlinkv0.8.0-beta.28

QueueHyperlink

QueueHyperlink.historyQueryconstsrc/QueueHyperlink.ts:503
{
  limit: Schema.optionalKey<Schema.Number>
  since: Schema.optionalKey<Schema.DateTimeUtc>
  until: Schema.optionalKey<Schema.DateTimeUtc>
}

Payload fields for the metrics.query history read — newest limit entries within an optional [since, until] window.

wire schemas
export const historyQuery = {
  limit: Schema.optionalKey(Schema.Number),
  since: Schema.optionalKey(Schema.DateTimeUtc),
  until: Schema.optionalKey(Schema.DateTimeUtc),
};
Referenced by 2 symbols