Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/appwrite/src/services/account.ts>Account#getPrefs

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Account.prototype.getPrefs
import { Account } from "https://deno.land/x/appwrite@8.0.0/src/services/account.ts";

Get Account Preferences

Get the preferences as a key-value object for the currently logged in user.

Type Parameters

Preferences extends Models.Preferences