Mayson Monorepo Documentation
    Preparing search index...
    interface TestClockAdvanceParams {
        frozen_time: number;
        expand?: string[];
    }
    Index

    Properties

    Properties

    frozen_time: number

    The time to advance the test clock. Must be after the test clock's current frozen time. Cannot be more than two intervals in the future from the shortest subscription in this test clock. If there are no subscriptions in this test clock, it cannot be more than two years in the future.

    expand?: string[]

    Specifies which fields in the response should be expanded.