openai
Version:
The official TypeScript library for the OpenAI API
16 lines (14 loc) • 549 B
text/typescript
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
export { APIKeys, type APIKeyCreateResponse, type APIKeyCreateParams } from './api-keys';
export {
ServiceAccounts,
type ProjectServiceAccount,
type ServiceAccountCreateResponse,
type ServiceAccountDeleteResponse,
type ServiceAccountCreateParams,
type ServiceAccountRetrieveParams,
type ServiceAccountUpdateParams,
type ServiceAccountListParams,
type ServiceAccountDeleteParams,
type ProjectServiceAccountsPage,
} from './service-accounts';