Files
openclaw/extensions/openai/openai-codex-oauth-types.runtime.ts
2026-05-30 01:31:10 +02:00

13 lines
267 B
TypeScript

export type {
OAuthAuthInfo,
OAuthCredentials,
OAuthLoginCallbacks,
OAuthPrompt,
OAuthProvider,
OAuthProviderId,
OAuthProviderInfo,
OAuthProviderInterface,
OAuthSelectOption,
OAuthSelectPrompt,
} from "openclaw/plugin-sdk/provider-oauth-runtime";