Skip to main content

TypeScript shape

interface EventQueryTimestampInput {
  from: number;
  to: number;
}
from
Int!
required
Start of the window (inclusive). Unix seconds.
to
Int!
required
End of the window (inclusive). Unix seconds.