@yorkie-js/sdk
    Preparing search index...

    Interface Date

    YSONDate represents an ISO 8601 timestamp.

    { type: 'Date', value: '2025-01-02T15:04:05.058Z' }
    
    interface Date {
        type: "Date";
        value: string;
    }
    Index

    Properties

    Properties

    type: "Date"
    value: string