openai
Version:
The official TypeScript library for the OpenAI API
3 lines • 485 B
text/typescript
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