Skip to Content
SdkReactInternalInterfacesStoredUserPreference

StoredUserPreference

Defined in: src/lib/db/userPreferences/types.ts:95 

Stored user preference record from the database

Properties

createdAt

createdAt: number

Defined in: src/lib/db/userPreferences/types.ts:106 


description?

optional description: string

Defined in: src/lib/db/userPreferences/types.ts:101 


models?

optional models: string

Defined in: src/lib/db/userPreferences/types.ts:103 


nickname?

optional nickname: string

Defined in: src/lib/db/userPreferences/types.ts:99 


occupation?

optional occupation: string

Defined in: src/lib/db/userPreferences/types.ts:100 


personality?

optional personality: string

Defined in: src/lib/db/userPreferences/types.ts:104 


uniqueId

uniqueId: string

Defined in: src/lib/db/userPreferences/types.ts:96 


updatedAt

updatedAt: number

Defined in: src/lib/db/userPreferences/types.ts:107 


walletAddress

walletAddress: string

Defined in: src/lib/db/userPreferences/types.ts:97 

Last updated on