Type alias VisitorOptions

VisitorOptions: {
    attributes?: VisitorInterface;
    credentials?: InteractiveCredentials;
}

Type declaration