UNPKG

hud-ai

Version:
12 lines (11 loc) 417 B
import * as joi from 'joi'; import { HudAiClientConfiguration } from '../HudAiClient'; export declare const Schema: { clientId: joi.StringSchema; clientSecret: joi.StringSchema; redirectUri: joi.StringSchema; baseApiUrl: joi.StringSchema; baseAuthUrl: joi.StringSchema; request: joi.ObjectSchema; }; export declare function Factory(config: HudAiClientConfiguration): HudAiClientConfiguration;