Files
openclaw/extensions/openai/openai-chatgpt-oauth-types.runtime.ts
2026-06-04 21:33:54 -04:00

14 lines
339 B
TypeScript

// Openai plugin module implements openai chatgpt oauth types behavior.
export type {
OAuthAuthInfo,
OAuthCredentials,
OAuthLoginCallbacks,
OAuthPrompt,
OAuthProvider,
OAuthProviderId,
OAuthProviderInfo,
OAuthProviderInterface,
OAuthSelectOption,
OAuthSelectPrompt,
} from "openclaw/plugin-sdk/provider-oauth-runtime";