StorageEntry
Defined in: domains/storage.ts:8
Properties
Section titled “Properties”name: string;Defined in: domains/storage.ts:10
The key name used to store and retrieve this entry.
data: unknown;Defined in: domains/storage.ts:12
The stored value. Can be any JSON-serializable type.
team_id
Section titled “team_id”team_id: number;Defined in: domains/storage.ts:13
user_id
Section titled “user_id”user_id: number;Defined in: domains/storage.ts:14
presentation_id
Section titled “presentation_id”presentation_id: number | null;Defined in: domains/storage.ts:15
created_at
Section titled “created_at”created_at: string | null;Defined in: domains/storage.ts:17
ISO 8601 timestamp of when the entry was first created.
updated_at
Section titled “updated_at”updated_at: string | null;Defined in: domains/storage.ts:19
ISO 8601 timestamp of the most recent update.