Unix-millis time range used by chart blocks.

Hierarchy

  • LLMObsContentBlockTimeFrame

Constructors

Properties

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
end: number

End of the range, in Unix milliseconds.

start: number

Start of the range, in Unix milliseconds.

Generated using TypeDoc