mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-28 03:49:37 +00:00
8 lines
162 B
TypeScript
8 lines
162 B
TypeScript
import { ApiStatus } from 'wherehows-web/utils/api';
|
|
|
|
interface IDatasetSchemaCommentResponse {
|
|
status: ApiStatus;
|
|
}
|
|
|
|
export { IDatasetSchemaCommentResponse };
|