UNPKG

hud-ai

Version:
6 lines (5 loc) 177 B
export interface TokenRequestData { grant_type: 'client_credentials' | 'refresh_grant' | 'password' | 'authorization_code'; refresh_token?: string; code?: string; }