TESSA Web API
    Preparing search index...

    Type Alias UserInfoFactoryParams

    Parameters used by the user information factory.

    type UserInfoFactoryParams = {
        rawData?: unknown | null;
        type?: string | null;
        userInfo?: UserInfoParameters;
    }
    Index

    Properties

    rawData?: unknown | null

    Raw data, possibly from external sources.

    type?: string | null

    Optional user info handler type. If null, the default handler is used.

    Predefined user info structure.