Interface SignageAIUsageOptions

Allowable query parameters for the AI usage endpoint

interface SignageAIUsageOptions {
    from?: number;
    to?: number;
}

Properties

Properties

from?: number

Unix epoch in seconds to report from. Defaults to 30 days ago

to?: number

Unix epoch in seconds to report to. Defaults to now