@wharfkit/session - v4.0.1
    Preparing search index...

    Type Alias UserInterfaceTranslateFunction

    UserInterfaceTranslateFunction: (
        key: string,
        options?: UserInterfaceTranslateOptions,
        namespace?: string,
    ) => string

    The translate function the UserInterface expects and uses.

    Type Declaration