Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dynablox_opencloud/src/services/opencloud/DataStoreService.ts>DataStoreEntry

A Roblox OpenCloud API wrapper for Deno and NodeJS written in TypeScript.
Latest
interface DataStoreEntry
import { type DataStoreEntry } from "https://deno.land/x/dynablox_opencloud@v0.2.2/src/services/opencloud/DataStoreService.ts";

Type Parameters

Expect
Attributes extends Record<string, unknown>

Properties

createdTime: string | null
versionCreatedTime: string | null
versionId: string | null
attributes: Attributes | null
userIds: number[] | null
value: Expect