UNPKG

openai

Version:

The official TypeScript library for the OpenAI API

3 lines 485 B
export { APIKeys, type APIKeyCreateResponse, type APIKeyCreateParams } from "./api-keys.mjs"; export { ServiceAccounts, type ProjectServiceAccount, type ServiceAccountCreateResponse, type ServiceAccountDeleteResponse, type ServiceAccountCreateParams, type ServiceAccountRetrieveParams, type ServiceAccountUpdateParams, type ServiceAccountListParams, type ServiceAccountDeleteParams, type ProjectServiceAccountsPage, } from "./service-accounts.mjs"; //# sourceMappingURL=index.d.mts.map