openai
Version:
The official TypeScript library for the OpenAI API
17 lines (15 loc) • 511 B
text/typescript
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
export { Checkpoints } from './checkpoints';
export {
Permissions,
type PermissionCreateResponse,
type PermissionRetrieveResponse,
type PermissionListResponse,
type PermissionDeleteResponse,
type PermissionCreateParams,
type PermissionRetrieveParams,
type PermissionListParams,
type PermissionDeleteParams,
type PermissionCreateResponsesPage,
type PermissionListResponsesPage,
} from './permissions';