@refoldai/refold-js
    Preparing search index...

    Interface RefoldOptions

    interface RefoldOptions {
        baseUrl?: string;
        token?: string;
    }
    Index

    Properties

    Properties

    baseUrl?: string

    The base URL of the Refold API. You don't need to set this.

    token?: string

    The session token.