UNPKG

@umbraco/headless-client

Version:
11 lines (10 loc) 183 B
/** * @public */ export interface OAUthResponse { access_token?: string; token_type?: string; expires_in?: number; error?: string; error_description?: string; }