Interface IGetGraphInterval

Interface for the getGraphInterval function

See

  • start of type number represents the start of the time interval (Unix Timestamp in milliseconds).
  • end of type number represents the end of the time interval (Unix Timestamp in milliseconds).
interface IGetGraphInterval {
    end: number;
    start: number;
}

Properties

Properties

end: number
start: number

Generated using TypeDoc