browser-extensions-playground
    Preparing search index...

    Type Alias DeterministicHistoryQuery

    type DeterministicHistoryQuery = {
        from?: string;
        limit?: number;
        provider?: ProviderId;
        to?: string;
    }
    Index

    Properties

    from?: string

    ISO 8601 datetime string (e.g. "2024-01-01T00:00:00.000Z")

    limit?: number
    provider?: ProviderId
    to?: string

    ISO 8601 datetime string (e.g. "2024-12-31T23:59:59.999Z")