Documentation
    Preparing search index...

    Account information for the browser SDK.

    interface Account {
        id: string;
        name?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    id: string
    name?: string