teableio/teable

View on GitHub
packages/openapi/src/space/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
export * from './create';
export * from './delete';
export * from './get-list';
export * from './get';
export * from './update';
export * from './invitation-create-link';
export * from './invitation-delete-link';
export * from './invitation-get-link-list';
export * from './invitation-email';
export * from './invitation-update-link';
export * from './collaborator-get-list';
export * from './collaborator-delete';
export * from './collaborator-update';
export * from './get-base-list';
export * from './permanent-delete';