mirror of
https://github.com/clearml/clearml-web
synced 2025-06-26 18:27:02 +00:00
5 lines
106 B
TypeScript
Executable File
5 lines
106 B
TypeScript
Executable File
import {IBaseExecution} from '@common/core/models/model-data';
|
|
|
|
|
|
export type IExecution = IBaseExecution;
|