Skip to content

Account

Unofficial

Represents the user’s Obsidian account information and license details.

Import:

import type { Account } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface Account

Properties

Property Type Description
company string The company associated with the activated commercial license.
email string The email address associated with the account.
expiry number Unix timestamp of the license expiry date.
key string | undefined License key string.
keyValidation string Validation status or hash for the license key.
license '' | 'insider' The license available to the account.
name string Profile name.
seats number Number of seats available on the commercial license.
token string Authentication token for the account.