Interface SetDataOptions

interface SetDataOptions {
    updatedAt?: number;
}

Properties

Properties

updatedAt?: number