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

    Properties

    frozen_time: number

    The initial frozen time for this test clock.

    expand?: string[]

    Specifies which fields in the response should be expanded.

    name?: string

    The name for this test clock.