openai
Version:
The official TypeScript library for the OpenAI API
3 lines • 482 B
TypeScript
export { APIKeys, type APIKeyCreateResponse, type APIKeyCreateParams } from "./api-keys.js";
export { ServiceAccounts, type ProjectServiceAccount, type ServiceAccountCreateResponse, type ServiceAccountDeleteResponse, type ServiceAccountCreateParams, type ServiceAccountRetrieveParams, type ServiceAccountUpdateParams, type ServiceAccountListParams, type ServiceAccountDeleteParams, type ProjectServiceAccountsPage, } from "./service-accounts.js";
//# sourceMappingURL=index.d.ts.map